示例#1
0
 public override void Dispose()
 {
     Instance = null;
     DestroyListener();
 }
示例#2
0
 static void StaticReset()
 {
     Instance = null;
 }
示例#3
0
 public PhotonNetworkInterface()
 {
     CreateBoltListener();
     Instance = this;
 }