using System.Collections.Generic; using WingsEmu.DTOs.Items; namespace WingsEmu.Game.Algorithm; public interface IShellGenerationAlgorithm { /// /// /// /// /// /// IEnumerable GenerateShell(byte shellType, int shellRarity, int shellLevel); }