14 lines
212 B
C#
14 lines
212 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
// ReSharper disable InconsistentNaming
|
|
public enum AgentAnimation
|
|
{
|
|
None,
|
|
|
|
ChopTree,
|
|
|
|
Farming,
|
|
|
|
FireProjectile
|
|
}
|
|
} |