11 lines
130 B
C#
11 lines
130 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace Fantasy;
|
|
|
|
/// <summary>
|
|
/// 玩家信息
|
|
/// </summary>
|
|
public class Player : Entity
|
|
{
|
|
|
|
} |