예제 #1
0
파일: Turret.java 프로젝트: tmb95/Portal2D
 @Override
 public void beginInteraction(Entity entity) {
   entity.beginInteraction(this);
 }