UpgradeManager after IUpgradables

This commit is contained in:
atlimit8
2015-06-28 10:24:00 -05:00
parent c6c12ee4ac
commit a9908bffb4
26 changed files with 53 additions and 46 deletions

View File

@@ -49,6 +49,9 @@ namespace OpenRA.Mods.Common.Traits
void UpgradeLevelChanged(Actor self, string type, int oldLevel, int newLevel);
}
// Implement to construct before UpgradeManager
public interface IUpgradableInfo : ITraitInfo { }
public interface INotifyHarvesterAction
{
void MovingToResources(Actor self, CPos targetCell, Activity next);