Files
Fishing2Server/Entity/Social/Club/Club.cs
2025-08-14 23:56:51 +08:00

8 lines
82 B
C#

using Fantasy.Entitas;
namespace NB.Club;
public class Club : Entity
{
}