コード例 #1
0
 public void UpdatePlayerHackStats(int id, int playerId, bool isSucces)
 {
     _iplayerContext.UpdatePlayerHackStats(id, playerId, isSucces);
 }