Files
Fishing2Server/Entity/Map/Entity/Map.cs

7 lines
75 B
C#

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