コード例 #1
0
ファイル: Player.php プロジェクト: rcarbajal/sg_problem_2
 protected function Clear()
 {
     parent::Clear();
     $this->name = "";
     $this->credits = "";
     $this->lifetimeSpins = "";
     $this->salt = "";
 }