Moved RenderSprites.cs from Mods.RA to Common

This commit is contained in:
penev92
2014-11-02 18:33:47 +02:00
parent 78039bde31
commit 623642f9d5
35 changed files with 35 additions and 15 deletions

View File

@@ -9,6 +9,7 @@
#endregion
using System.Collections.Generic;
using OpenRA.Mods.Common.Graphics;
using OpenRA.Traits;
namespace OpenRA.Mods.Common
@@ -19,4 +20,5 @@ namespace OpenRA.Mods.Common
}
public interface INotifyChat { bool OnChat(string from, string message); }
public interface IRenderActorPreviewInfo { IEnumerable<IActorPreview> RenderPreview (ActorPreviewInitializer init); }
}