namespace Player { public enum PlayerState : byte { Jump, Walk, Run, Crouch } }