Further RA project cleanup

This commit is contained in:
penev92
2014-12-21 18:17:57 +02:00
parent 7c19f710b8
commit 681042caec
30 changed files with 53 additions and 35 deletions

View File

@@ -11,7 +11,6 @@
using System.Collections.Generic;
using OpenRA.Activities;
using OpenRA.Mods.Common.Graphics;
using OpenRA.Mods.Common.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
@@ -52,4 +51,6 @@ namespace OpenRA.Mods.Common.Traits
void PrerequisitesItemHidden(string key);
void PrerequisitesItemVisible(string key);
}
public interface INotifyTransform { void BeforeTransform(Actor self); void OnTransform(Actor self); void AfterTransform(Actor toActor); }
}