#pragma once #include "../shard.h" #include "pch.h" enum struct Direction : uint8_t { Forward, Backward };