using EFT; namespace astealz.SmartSpawnController.Patches { partial class BotSpawnerPatches { interface IWaveDataWrapper { bool IsNewWave { get; } bool IsBoss { get; } EPlayerSide Side { get; } WildSpawnType WildSpawnType { get; } string ZoneName { get; set; } int Count { get; } } } }