package common; public class Constants { public static int victimCount = 4; public static int searchDroneCount = 2; private Constants(){} }