namespace NewHorizons.External.Modules.Props.Quantum; public class BaseQuantumGroupInfo { /// /// Optional name to help identify this group /// public string rename; /// /// List of props which will be used in this quantum group /// public QuantumDetailInfo[] details; }