Files
tianrunCRM/Assets/CoolapeFrame/3rd/Hivemind/Scripts/Nodes/NodeTogether.cs
2020-07-04 14:41:25 +08:00

13 lines
184 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Hivemind;
using Coolape;
namespace Hivemind
{
public class NodeTogether : NodeAction
{
}
}