EVERYTHING
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace BlockSpace.Voxels
|
||||
{
|
||||
public enum VoxelMaterial : byte
|
||||
{
|
||||
Lit = 0,
|
||||
Unlit = 1,
|
||||
Transparent = 2,
|
||||
Invisible = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user