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