Add IRulesetLoaded for late binding in trait info getting all rules

This commit is contained in:
atlimit8
2015-09-20 10:23:41 -05:00
parent a8106a9999
commit 65c1d2f5c1
2 changed files with 7 additions and 0 deletions

View File

@@ -368,4 +368,6 @@ namespace OpenRA.Traits
{
bool RemoveActor(Actor self, Player owner);
}
public interface IRulesetLoaded : ITraitInfo { void RulesetLoaded(Ruleset rules, ActorInfo ai); }
}