水岸东方
This commit is contained in:
11
Entity/Model/Game/Player.cs
Normal file
11
Entity/Model/Game/Player.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace Fantasy;
|
||||
|
||||
/// <summary>
|
||||
/// 玩家信息
|
||||
/// </summary>
|
||||
public class Player : Entity
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user