ported from perforce
This commit is contained in:
13
RobotAndDonkey.Game/Execution/ERunPhase.cs
Normal file
13
RobotAndDonkey.Game/Execution/ERunPhase.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace RobotAndDonkey.Game.Execution;
|
||||
|
||||
public enum ERunPhase
|
||||
{
|
||||
Init,
|
||||
ExecuteProgram,
|
||||
Scoring,
|
||||
DrawGlitch,
|
||||
Improve,
|
||||
Gamble,
|
||||
BufferOverflow,
|
||||
_Count
|
||||
}
|
||||
Reference in New Issue
Block a user