FunGame-Core/Entity/Empty.cs
2023-03-31 20:34:40 +08:00

11 lines
126 B
C#

namespace Milimoe.FunGame.Core.Entity
{
public class Empty
{
internal Empty()
{
}
}
}