1
This commit is contained in:
11
Src/Entities/IGameEntitiesService.cs
Normal file
11
Src/Entities/IGameEntitiesService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Project.B.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// 游戏实体服务,通常是场景中的角色,怪物,道具等
|
||||
/// </summary>
|
||||
public interface IInGameEntitiesService
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user