package main;

public enum TargetType {
  Creator,
  Enemy,
  Projectile
}
