14 lines
219 B
C#
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
|
|
{
|
|
}
|
|
}
|
|
|