using System; using System.Collections.Generic; namespace Ryujinx.UI.App.Common { public class LdnGameDataReceivedEventArgs : EventArgs { public IEnumerable LdnData { get; set; } } }