示例#1
0
    public void SetUp()
    {
        bspMap = this.GetComponent <BSP>();
        bspMap.SetUp();

        if (bspMap != null)
        {
            bspMap.OnMapBuild += RenderTile;
        }
    }