cleaned up all the code and updated

This commit is contained in:
maxwes08
2025-09-02 13:36:14 +02:00
parent 71c5f3a3aa
commit 6fb19c415f
11 changed files with 9 additions and 67 deletions

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Voxel
namespace Voxel
{
public class ChunkMesh
{
@@ -17,7 +11,7 @@ namespace Voxel
private void MeshBlock(int i)
{
}
}
}