Move Interactable and Selectable to Mods.Common.
This commit is contained in:
@@ -636,4 +636,10 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
void NotifyTimerExpired(Actor self);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface ISelectable
|
||||
{
|
||||
string Class { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user