IW4M-Admin/SharedLibraryCore/Interfaces/IMetaRegistration.cs

7 lines
121 B
C#
Raw Normal View History

2022-01-26 11:32:16 -05:00
namespace SharedLibraryCore.Interfaces
{
public interface IMetaRegistration
{
void Register();
}
2022-01-26 11:32:16 -05:00
}