Simplify names, remove unused usings, remove redundant casts.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using OpenRA.Effects;
|
||||
using OpenRA.GameRules;
|
||||
using OpenRA.Graphics;
|
||||
@@ -100,7 +99,7 @@ namespace OpenRA.Mods.Common.Effects
|
||||
{
|
||||
this.info = info;
|
||||
this.args = args;
|
||||
this.pos = args.Source;
|
||||
pos = args.Source;
|
||||
|
||||
var world = args.SourceActor.World;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user