コード例 #1
0
ファイル: Turret.java プロジェクト: tmb95/Portal2D
 @Override
 public void beginInteraction(Entity entity) {
   entity.beginInteraction(this);
 }