コード例 #1
0
 public void onCurrentPlayerHasLostConnection()
 {
     _syncDelegate.OnCurrentPlayerHasLostConnection();
 }
コード例 #2
0
ファイル: Api.cs プロジェクト: jclin/FlappyBird
 public static void onCurrentPlayerHasLostConnection()
 {
     _syncMessageHandler.OnCurrentPlayerHasLostConnection();
 }