diff options
Diffstat (limited to 'Minecraft.World/Behavior.h')
| -rw-r--r-- | Minecraft.World/Behavior.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Minecraft.World/Behavior.h b/Minecraft.World/Behavior.h new file mode 100644 index 00000000..12db0e0b --- /dev/null +++ b/Minecraft.World/Behavior.h @@ -0,0 +1,5 @@ +#pragma once + +class Behavior +{ +};
\ No newline at end of file |
