1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod common;
pub mod town;
pub mod building;
pub mod treasure;
pub mod player;
pub mod quest;
pub mod hero;
pub mod creature;
pub mod art;
pub mod spell;

pub trait Homm5Type {
}