public void removeLivingEntity(Monster entity) { livingList.Remove(entity); monsterList.Remove(entity); }
public void addLivingEntity(Monster entity) { livingList.Add(entity); monsterList.Add(entity); }