Simplify names, remove unused usings, remove redundant casts.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
ID = id;
|
||||
this.actor = actor;
|
||||
this.Owner = owner;
|
||||
Owner = owner;
|
||||
this.worldRenderer = worldRenderer;
|
||||
|
||||
if (!actor.InitDict.Contains<FactionInit>())
|
||||
|
||||
Reference in New Issue
Block a user