namespace Project.B.Entities { /// /// 游戏实体服务,通常是场景中的角色,怪物,道具等 /// public interface IInGameEntitiesService { } }