コード例 #1
0
 @Override
 public void notice() {
   super.notice();
   yell("GLURP-GLURP-GLUURRRRP!");
 }
コード例 #2
0
 @Override
 public void notice() {
   super.notice();
   yell("How dare you!");
 }
コード例 #3
0
ファイル: Tengu.java プロジェクト: rodriformiga/pixel-dungeon
 @Override
 public void notice() {
   super.notice();
   yell(String.format(Game.getVar(R.string.Tengu_Info2), Dungeon.hero.heroClass.title()));
 }