13 lines
135 B
C#
13 lines
135 B
C#
|
|
|
|||
|
|
|
|||
|
|
namespace Zerolauncher.Manager
|
|||
|
|
{
|
|||
|
|
static class BusinessManager
|
|||
|
|
{
|
|||
|
|
public static bool checkIsBuy()
|
|||
|
|
{
|
|||
|
|
return false;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|