namespace Game { public enum EEvent { EntityMoveInput, PlayerInput, LoadingProgress, ShowLevelName, EntityAlive, EntityHit, EntityHitText, Dialog, DialogChoice, DialogEnd, } }