Apply consistent widget method names. Semantic change: Widgets that want to tick when !Visible must override TickOuter() instead of Tick().
This commit is contained in:
@@ -21,7 +21,5 @@ namespace OpenRA.Mods.RA.Widgets
|
||||
public string InstallMode = "";
|
||||
|
||||
public string ResolvedPackagePath { get { return PackagePath.Replace("^", Platform.SupportDir); } }
|
||||
|
||||
public override void DrawInner() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user