pub mod item; pub mod main; pub enum SpriteType { WalkingSoldier, CrawlingSoldier, StandingSoldier, }