Net.Project.B/Src/WorldNode/UnityBuyStationNode.cs

14 lines
219 B
C#
Raw Normal View History

2025-02-24 23:02:49 +08:00
using System;
using System.Collections;
using System.Collections.Generic;
using BITKit.WorldNode;
namespace Net.Project.B.WorldNode
{
[Serializable]
2025-03-03 18:43:55 +08:00
public class UnityBuyStationNode : IWorldNode
2025-02-24 23:02:49 +08:00
{
}
}