Files
Net.Project.B/Src/WorldNode/UnityMinimapNode.cs

14 lines
216 B
C#
Raw Normal View History

2025-02-26 15:34:27 +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 UnityMinimapNode : IWorldNode
2025-02-26 15:34:27 +08:00
{
2025-03-03 18:43:55 +08:00
2025-02-26 15:34:27 +08:00
}
}