5af2429ecb57 ^
1 2 3 4 5 6 7 8
/// Describes a kind of game collision pub enum Collision { /// Stop moving - you can't move there! Stop, /// Moving into an entity at the given position indicates combat Combat, }