mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-21 19:49:34 +08:00
11 lines
126 B
C#
11 lines
126 B
C#
namespace Milimoe.FunGame.Core.Entity
|
|
{
|
|
public class Empty
|
|
{
|
|
internal Empty()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|