Fix CursorForOrderString to work with orders + preliminary e6 fixes
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenRA.Traits
|
||||
public interface IRender { IEnumerable<Renderable> Render(Actor self); }
|
||||
public interface IIssueOrder { Order IssueOrder( Actor self, int2 xy, MouseInput mi, Actor underCursor ); }
|
||||
public interface IResolveOrder { void ResolveOrder(Actor self, Order order); }
|
||||
public interface IProvideCursor { string CursorForOrderString(string s, Actor a, int2 location); }
|
||||
public interface IOrderCursor { string CursorForOrder(Actor self, Order order); }
|
||||
|
||||
public interface INotifySold { void Selling( Actor self ); void Sold( Actor self ); }
|
||||
public interface INotifyDamage { void Damaged(Actor self, AttackInfo e); }
|
||||
|
||||
Reference in New Issue
Block a user