Add missing INotifyRemovedFromWorld impl to GlobalUpgradable
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenRA.Mods.RA
|
|||||||
public object Create(ActorInitializer init) { return new GlobalUpgradable(init.self, this); }
|
public object Create(ActorInitializer init) { return new GlobalUpgradable(init.self, this); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class GlobalUpgradable : INotifyAddedToWorld
|
public class GlobalUpgradable : INotifyAddedToWorld, INotifyRemovedFromWorld
|
||||||
{
|
{
|
||||||
readonly GlobalUpgradableInfo info;
|
readonly GlobalUpgradableInfo info;
|
||||||
readonly GlobalUpgradeManager manager;
|
readonly GlobalUpgradeManager manager;
|
||||||
|
|||||||
Reference in New Issue
Block a user