WXMC/.svn/pristine/66/66bc6d614b5f81c5fd80348006977bfec486e9e1.svn-base
2024-12-04 16:18:46 +08:00

9 lines
137 B
Plaintext

using UnityEngine;
using System.Collections;
public class Cage : MonoBehaviour {
public CAGE_TYPE type;
public Node node;
}