Beispiel #1
0
 public function addExp($amount, $reason)
 {
     DataServer::addExpAndMoney($this->username, $amount, 0, $reason);
 }