Remove unnecessary this. references.

This commit is contained in:
Paul Chote
2019-06-07 21:07:16 +01:00
committed by abcdefg30
parent ebe37a44ad
commit dabc7ec8dd
15 changed files with 24 additions and 23 deletions

View File

@@ -125,8 +125,8 @@ namespace OpenRA.Mods.Common.Projectiles
this.info = info;
target = args.PassiveTarget;
this.BeamColor = beamColor;
this.HelixColor = helixColor;
BeamColor = beamColor;
HelixColor = helixColor;
if (!string.IsNullOrEmpty(info.HitAnim))
hitanim = new Animation(args.SourceActor.World, info.HitAnim);