新增商城奖励系统

This commit is contained in:
小疯
2022-09-15 13:07:01 +08:00
parent eb080e87fb
commit aa7ab5ee96
8 changed files with 355 additions and 11 deletions

17
src/sdk/MySQL.h Normal file
View File

@@ -0,0 +1,17 @@
#pragma once
#include "stdarg.h"
#ifndef __MYSQL_H__
#define __MYSQL_H__
class MySQL
{
public:
};
#endif // __MYSQL_H__