This commit is contained in:
1415ddfer 2024-07-16 10:39:09 +08:00
parent 6f4515cfe3
commit f34713b9f3

View File

@ -0,0 +1,12 @@

namespace Zerolauncher.Manager
{
static class BusinessManager
{
public static bool checkIsBuy()
{
return false;
}
}
}