Files
Fishing2Server/Entity/Model/Addressable/Unit.cs
2025-06-30 10:51:37 +08:00

8 lines
86 B
C#

using Fantasy.Entitas;
namespace Fantasy;
public sealed class Unit : Entity
{
}