11 lines
No EOL
190 B
C#
11 lines
No EOL
190 B
C#
using TechbloxModdingAPI.Blocks;
|
|
|
|
namespace GCMC
|
|
{
|
|
public struct BlockType
|
|
{
|
|
public string Material;
|
|
public BlockIDs Type;
|
|
public BlockColor Color;
|
|
}
|
|
} |