package project;

interface Victim {
  void beAttacked(Attackable a);
}