Add CargoCondition(s) to Passenger
This commit is contained in:
committed by
Paul Chote
parent
3febae1644
commit
6c5c4a129f
@@ -150,6 +150,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyPassengerExited { void OnPassengerExited(Actor self, Actor passenger); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyEnteredCargo { void OnEnteredCargo(Actor self, Actor cargo); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyExitedCargo { void OnExitedCargo(Actor self, Actor cargo); }
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IObservesVariablesInfo : ITraitInfo { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user