Example #1
0
 public static void updatePlayer(int id, ref Vector3 pos)
 {
     player_.update(ref pos);
 }