ported from perforce
This commit is contained in:
24
RobotAndDonkey.Game/EModifierId.cs
Normal file
24
RobotAndDonkey.Game/EModifierId.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
namespace RobotAndDonkey.Game;
|
||||
|
||||
public enum EModifierId
|
||||
{
|
||||
_Invalid = -1,
|
||||
Corrupt,
|
||||
Unreliable,
|
||||
RaceCondition,
|
||||
Throttled,
|
||||
Effective,
|
||||
Optimized,
|
||||
Efficient,
|
||||
Persistent,
|
||||
Analytic,
|
||||
Rain,
|
||||
Drought,
|
||||
Pest,
|
||||
Gravity,
|
||||
HeatWave,
|
||||
//SandStorm, // JAM
|
||||
CourierOverspill,
|
||||
RangerFertileRest,
|
||||
GlobalImmunity,
|
||||
}
|
||||
Reference in New Issue
Block a user