public static int RegisterEntity(GameObject _Entity) { if (!Instance.initialized) { Instance.Init(); } return(Instance.AddEntity(_Entity)); }