public void SetUp() { bspMap = this.GetComponent <BSP>(); bspMap.SetUp(); if (bspMap != null) { bspMap.OnMapBuild += RenderTile; } }