コード例 #1
0
ファイル: objetos.php プロジェクト: jfrank1500/curso_php
 public function atacar(Personagem $outro)
 {
     $outro->dano();
 }