public static GameObject GetRoot() { BZWWorld root = GameObject.FindObjectOfType <BZWWorld>(); if (root != null) { return(root.gameObject); } return(FromBZW.CreateNewBZWRoot(new WorldMap())); }
static void NewBZW() { FromBZW.CreateNewBZWRoot(new WorldMap()); }