8 lines
112 B
C#
8 lines
112 B
C#
namespace LE_LevelEditor.Extensions
|
|
{
|
|
public interface LE_IExtensionMethodBase
|
|
{
|
|
int Priority { get; }
|
|
}
|
|
}
|