riversong code showcase
This commit is contained in:
17
Source/Riversong/Game/World/Agents/AgentJob.cs
Normal file
17
Source/Riversong/Game/World/Agents/AgentJob.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum AgentJob
|
||||
{
|
||||
None,
|
||||
|
||||
Harvester,
|
||||
|
||||
Hunter,
|
||||
|
||||
Farmer,
|
||||
|
||||
StorageRequestHauler,
|
||||
|
||||
Count
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user