Moved SelectionDecorations to Mods.Common
And added more settings. Moved SelectionBoxRenderable to Mods.Common, too.
This commit is contained in:
@@ -110,6 +110,16 @@ namespace OpenRA.Traits
|
||||
|
||||
public interface ISeedableResource { void Seed(Actor self); }
|
||||
|
||||
public interface ISelectionDecorations
|
||||
{
|
||||
ISelectionDecorationsInfo SelectionDecorationsInfo { get; }
|
||||
}
|
||||
|
||||
public interface ISelectionDecorationsInfo
|
||||
{
|
||||
int[] SelectionBoxBounds { get; }
|
||||
}
|
||||
|
||||
public interface IVoiced
|
||||
{
|
||||
string VoiceSet { get; }
|
||||
|
||||
Reference in New Issue
Block a user