コード例 #1
0
ファイル: PingPong_Example.cs プロジェクト: neouser99/Magnum
 public PingPongPlayerProxy(PingPongPlayer player)
 {
     _player = player;
 }
コード例 #2
0
ファイル: PingPong_Example.cs プロジェクト: jgsteeler/Magnum
 public PingPongPlayerProxy(PingPongPlayer player)
 {
     _player = player;
 }