using UnityEngine; using System; using System.Collections; public class ObjRoot : MonoBehaviour { public ObjType ObjType; }