mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 12:09:34 +08:00
8 lines
124 B
C#
8 lines
124 B
C#
namespace Milimoe.FunGame.Desktop.Library.Interface
|
|
{
|
|
public interface IReg
|
|
{
|
|
public bool Reg();
|
|
}
|
|
}
|