Forgot to add AftermathInfo.cs to last commit
This commit is contained in:
14
OpenRa.Game/GameRules/AftermathInfo.cs
Normal file
14
OpenRa.Game/GameRules/AftermathInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
namespace OpenRa.Game.GameRules
|
||||
{
|
||||
class AftermathInfo
|
||||
{
|
||||
public readonly int MTankDistance;
|
||||
public readonly float QuakeUnitDamage;
|
||||
public readonly float QuakeBuildingDamage;
|
||||
public readonly float QuakeInfantryDamage;
|
||||
public readonly int QuakeDelay;
|
||||
public readonly int CarrierLaunchDelay;
|
||||
public readonly int ChronoTankDuration;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user