namespace RobloxLegacy.AppData; public interface IAppData { string Name { get; } Dictionary PackageFiles { get; } }