Remove bitrotted WeaponInfo.Charges

There is no logic attached anymore (or never was).
This commit is contained in:
reaperrr
2016-01-24 12:58:39 +01:00
parent 6b008a1b71
commit 56ab3f43da
5 changed files with 5 additions and 8 deletions

View File

@@ -46,8 +46,6 @@ namespace OpenRA.GameRules
[Desc("Number of shots in a single ammo magazine.")]
public readonly int Burst = 1;
public readonly bool Charges = false;
[Desc("What types of targets are affected.")]
public readonly HashSet<string> ValidTargets = new HashSet<string> { "Ground", "Water" };