mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-28 13:02:55 +00:00
11 lines
390 B
C
11 lines
390 B
C
#pragma once
|
|
|
|
#include "../Commands/DefaultGameModeCommand.h"
|
|
#include "../Commands/EffectCommand.h"
|
|
#include "../Commands/EnchantItemCommand.h"
|
|
#include "../Commands/ExperienceCommand.h"
|
|
#include "../Commands/GameModeCommand.h"
|
|
#include "../Commands/GiveItemCommand.h"
|
|
#include "../Commands/KillCommand.h"
|
|
#include "../Commands/TimeCommand.h"
|
|
#include "../Commands/ToggleDownfallCommand.h" |