using System; using System.Collections.Generic; [Serializable] public class EnemyWave { public List groups = new List(); }