first commit
This commit is contained in:
13
Minecraft.World/BlockReplacements.h
Normal file
13
Minecraft.World/BlockReplacements.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
class BlockReplacements
|
||||
{
|
||||
public:
|
||||
static void staticCtor();
|
||||
|
||||
private:
|
||||
static byteArray replacements;
|
||||
|
||||
public:
|
||||
static void replace(byteArray blocks);
|
||||
};
|
||||
Reference in New Issue
Block a user