using System; using System.Collections.Generic; namespace Ryujinx.Ava.Utilities.AppLibrary { public class LdnGameDataReceivedEventArgs : EventArgs { public IEnumerable LdnData { get; set; } } }