Merge pull request #9438 from atlimit8/UpgradableMobile

Upgradable Mobile and replace IDisableMove
This commit is contained in:
Matthias Mailänder
2015-12-05 18:24:40 +01:00
24 changed files with 300 additions and 98 deletions

View File

@@ -127,7 +127,6 @@ namespace OpenRA.Traits
public interface INotifyCapture { void OnCapture(Actor self, Actor captor, Player oldOwner, Player newOwner); }
public interface INotifyInfiltrated { void Infiltrated(Actor self, Actor infiltrator); }
public interface INotifyDiscovered { void OnDiscovered(Actor self, Player discoverer, bool playNotification); }
public interface IDisableMove { bool MoveDisabled(Actor self); }
public interface ISeedableResource { void Seed(Actor self); }