Exemple #1
0
 public void Start()
 {
     // Application.targetFrameRate = 24;
     BDebug.Log("热更启动成功!", "red");
     IsAwake = true;
     Client.Init();
 }
Exemple #2
0
 public void Awake()
 {
     Client.Init();
 }