贺州市江滨华府电子沙盘,内附合成文档。暂定为合成模板

10 lines
167 B

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class FirstNodeObject
{
public int nodeID;
public string nodeName;
}