namespace DDD { public interface IPlayerState { void Enter(); void Update(); void Exit(); } }