Make phase transport uncloak on loading cargo
This commit is contained in:
committed by
Matthias Mailänder
parent
7f37454666
commit
659ec5e335
@@ -207,7 +207,13 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyUnload
|
||||
public interface INotifyLoadCargo
|
||||
{
|
||||
void Loading(Actor self);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface INotifyUnloadCargo
|
||||
{
|
||||
void Unloading(Actor self);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user