7 lines
105 B
C#
7 lines
105 B
C#
namespace mROA.Abstract
|
|
{
|
|
public interface IFrontendBridge : IInjectableModule
|
|
{
|
|
|
|
}
|
|
} |