rename IIssueOrder2 -> IIssueOrder

This commit is contained in:
Bob
2010-10-03 07:08:02 +13:00
committed by Paul Chote
parent d3244184c1
commit aebef4f1c8
21 changed files with 23 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRA.Mods.RA
public object Create(ActorInitializer init) { return new RallyPoint(init.self); }
}
public class RallyPoint : IRender, IIssueOrder2, IResolveOrder, ITick
public class RallyPoint : IRender, IIssueOrder, IResolveOrder, ITick
{
[Sync]
public int2 rallyPoint;