Example #1
0
 public GamePlayerProxyForForceProxy(IGamePlayerForForceProxy gamePlayer)
 {
     _gamePlayer = gamePlayer;
 }
Example #2
0
 public IGamePlayerForForceProxy GetProxy()
 {
     _proxy = new GamePlayerProxyForForceProxy(this);
     return(_proxy);
 }