riversong code showcase
This commit is contained in:
11
Source/Riversong/Game/World/Agents/AgentLifecycleState.cs
Normal file
11
Source/Riversong/Game/World/Agents/AgentLifecycleState.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum AgentLifecycleState
|
||||
{
|
||||
New,
|
||||
|
||||
Live,
|
||||
|
||||
DeSpawning
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user