Files
Fishing2Server/Entity/Model/DB/Members/MapMatter.cs
2025-07-14 17:08:18 +08:00

7 lines
82 B
C#

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