Files
Fishing2Server/Entity/Model/Game/Player.cs
2025-07-04 17:25:10 +08:00

11 lines
130 B
C#

using Fantasy.Entitas;
namespace Fantasy;
/// <summary>
/// 玩家信息
/// </summary>
public class Player : Entity
{
}