Files
Net.Project.B/Src/WorldNode/UnityBuyStationNode.cs
CortexCore 4402ae533b 1
2025-03-03 18:43:55 +08:00

14 lines
219 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using BITKit.WorldNode;
namespace Net.Project.B.WorldNode
{
[Serializable]
public class UnityBuyStationNode : IWorldNode
{
}
}