コード例 #1
0
ファイル: Game.cs プロジェクト: jack81722/GSFPluginForUnity
 public IPeer GetPeer(int peerID)
 {
     return(peerGroup.GetPeer(peerID));
 }