Files
BITKit/Src/Core/WorldNode/WorldInfoPlayerStartNode.cs
CortexCore 18239a5ae4 1
2025-03-09 13:38:23 +08:00

13 lines
192 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
namespace BITKit.WorldNode
{
[Serializable]
public class WorldInfoPlayerStart:IWorldNode
{
}
}