예제 #1
0
 public Player(Client c)
 {
     id       = c.id;
     color    = c.color;
     position = c.position;
     rotation = c.rotation;
 }
 public Player(Client c)
 {
     id       = c.id;
     color    = c.color;
     position = c.position;
     flipX    = c.flipX;
 }
예제 #3
0
 public ClientPlayer(Client c)
 {
     id       = c.id;
     color    = c.color;
     position = c.position;
 }