Add ability to have randomised reports for weapons

This commit is contained in:
Scott_NZ
2013-02-03 15:26:56 +13:00
parent e71135b511
commit f4da36065f
4 changed files with 7 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ namespace OpenRA.GameRules
public class WeaponInfo
{
public readonly float Range = 0;
public readonly string Report = null;
public readonly string[] Report = null;
public readonly int ROF = 1;
public readonly int Burst = 1;
public readonly bool Charges = false;