Ejemplo n.º 1
0
    void Awake()
    {
        log.Info("Starting Voxel Valley!");

        VoxelManager.LoadVoxels();
        StructureManager.LoadStructures();
    }
 void LoadData()
 {
     VoxelManager.LoadVoxels();
     StructureManager.LoadStructures();
 }