Ejemplo n.º 1
0
 public function withdrawExp($amount, $reason)
 {
     DataServer::withdrawExpAndMoney($this->username, $amount, 0, $reason);
 }