Merge pull request #7013 from atlimit8/ModsCommonScripting

Move the core of OpenRA.Mods.RA.Scripting to OpenRA.Mods.Common.Scripting
This commit is contained in:
obrakmann
2014-11-29 18:13:18 +01:00
26 changed files with 93 additions and 75 deletions

View File

@@ -21,6 +21,7 @@ namespace OpenRA.Mods.Common
public interface INotifyChat { bool OnChat(string from, string message); }
public interface IRenderActorPreviewInfo { IEnumerable<IActorPreview> RenderPreview (ActorPreviewInitializer init); }
public interface ICruiseAltitudeInfo { WRange GetCruiseAltitude(); }
public interface IUpgradable
{