new trait WithMakeAnimation

This commit is contained in:
Matthias Mailänder
2014-07-03 20:46:38 +02:00
parent 87fd576b26
commit 394d635dae
22 changed files with 156 additions and 122 deletions

View File

@@ -140,7 +140,10 @@ namespace OpenRA.Mods.RA
public void Killed(Actor killed, AttackInfo e) { if (killed == self) ClearQueue(); }
public void Selling(Actor self) { }
public void Sold(Actor self) { ClearQueue(); }
public void BeforeTransform(Actor self) { }
public void OnTransform(Actor self) { ClearQueue(); }
public void AfterTransform(Actor self) { }
void CacheProduceables(Actor playerActor)
{