cache
This commit is contained in:
parent
6f4515cfe3
commit
f34713b9f3
12
Manager/BusinessManager.cs
Normal file
12
Manager/BusinessManager.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
|
||||||
|
namespace Zerolauncher.Manager
|
||||||
|
{
|
||||||
|
static class BusinessManager
|
||||||
|
{
|
||||||
|
public static bool checkIsBuy()
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user