Files
voxel/BlockData.cs
2025-09-22 10:56:55 +02:00

13 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Voxel
{
public class BlockData
{
}
}