VIPRA Documentation
Loading...
Searching...
No Matches
direction.hpp
1#pragma once
2
3namespace VIPRA::Behaviors {
4enum class Direction {
5 FRONT,
6 BEHIND,
7};
8} // namespace VIPRA::Behaviors