Remove unused parameters and variables.
This commit is contained in:
committed by
abcdefg30
parent
07815143f1
commit
9d905d8291
@@ -30,7 +30,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
public bool SkipMakeAnims = false;
|
||||
public string Faction = null;
|
||||
|
||||
public Transform(Actor self, string toActor)
|
||||
public Transform(string toActor)
|
||||
{
|
||||
ToActor = toActor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user