dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加多SDK支持。常规使用SDKChannel.KTGM 偶哈游的是空SDK
wangguan
2020-12-29
452c75675679c44cc39b04bdb7d330d7c5c14d5c
[GemBattle.git]
/
Assets
/
Scripts
/
Common
/
SDKConfig.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
namespace KTGMGemClient
{
/// <summary>
/// SDK配置
/// </summary>
public class SDKConfig
{
public static SDKChannel sdkChannel = SDKChannel.KTGM;
}
public enum SDKChannel
{
KTGM,//开天
OHY,//欧哈游
}
}