riversong code showcase
This commit is contained in:
14
Source/Riversong/Game/World/Agents/AgentAnimation.cs
Normal file
14
Source/Riversong/Game/World/Agents/AgentAnimation.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
// ReSharper disable InconsistentNaming
|
||||
public enum AgentAnimation
|
||||
{
|
||||
None,
|
||||
|
||||
ChopTree,
|
||||
|
||||
Farming,
|
||||
|
||||
FireProjectile
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user