Ejemplo n.º 1
0
 public player(Microsoft.Xna.Framework.Net.NetworkGamer p, object me, IDeterministicGame game)
 {
     networkPlayer     = p;
     deterministicGame = game;
     this.me           = me;
     framesOfPlayer    = new Dictionary <int, frame>();
     framesOfPlayer.Add(0, new frame());
 }
Ejemplo n.º 2
0
 public player(Microsoft.Xna.Framework.Net.NetworkGamer p, object me, IDeterministicGame game)
 {
     networkPlayer = p;
     deterministicGame = game;
     this.me = me;
     framesOfPlayer = new Dictionary<int, frame>();
     framesOfPlayer.Add(0, new frame());
 }