forked from project-redbud/FunGame-Core
8 lines
124 B
C#
8 lines
124 B
C#
namespace Milimoe.FunGame.Desktop.Library.Interface
|
|
{
|
|
public interface IReg
|
|
{
|
|
public bool Reg();
|
|
}
|
|
}
|