Moved RenderSprites.cs from Mods.RA to Common
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user