IW4M-Admin/SharedLibraryCore/Interfaces/IMetaRegistration.cs

7 lines
121 B
C#
Raw Normal View History

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