Files
voxel/BlockData.cs
Max Westerlund 71c5f3a3aa update
2025-09-02 13:17:15 +02:00

14 lines
180 B
C#

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