riversong code showcase
This commit is contained in:
15
Source/Riversong/Game/Input/CancelActions.cs
Normal file
15
Source/Riversong/Game/Input/CancelActions.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum CancelActions
|
||||
{
|
||||
Invalid,
|
||||
|
||||
PauseMenu,
|
||||
|
||||
CloseBuildMenu,
|
||||
|
||||
CancelEditTool,
|
||||
|
||||
CancelSelection
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user