riversong code showcase
This commit is contained in:
13
Source/Riversong/Game/World/Pathfinding/PathQueryResult.cs
Normal file
13
Source/Riversong/Game/World/Pathfinding/PathQueryResult.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum PathQueryResult
|
||||
{
|
||||
InvalidQuery,
|
||||
|
||||
InProgress,
|
||||
|
||||
Failure,
|
||||
|
||||
Success
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user