Exemplo n.º 1
0
 public bool SavePlayerPos(int playerid, Pos pos)
 {
     return(playerDAO.SavePlayerPos(playerid, pos));
 }