// Use this for initialization void Start() { childList = new List <GameObject>(); objectId = 0; //parentItemCollider = parentItem.GetComponent<Collider>(); errEngine = ErrorEngine.Instance; paramPanelLogic = ParamPanelLogic.Instance; }
void Awake() { Instance = this; }