LeviLamina
Loading...
Searching...
No Matches
MoveResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
AgentMoveSystem {
6
7
enum class
MoveResult :
int
{
8
Moving = 0,
9
Blocked = 1,
10
Reached = 2,
11
};
12
13
}
src
mc
entity
systems
agent_move_system
MoveResult.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0