v0.0.1-Alpha (#42)
This commit is contained in:
parent
d30f93c454
commit
a36796c2c1
3552 changed files with 2476 additions and 15223 deletions
12
Projects/Scripts/Engines/Pathing/MoveResult.cs
Normal file
12
Projects/Scripts/Engines/Pathing/MoveResult.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace Server
|
||||
{
|
||||
public delegate MoveResult MoveMethod(Direction d);
|
||||
|
||||
public enum MoveResult
|
||||
{
|
||||
BadState,
|
||||
Blocked,
|
||||
Success,
|
||||
SuccessAutoTurn
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue