7 lines
143 B
C#
7 lines
143 B
C#
namespace RobloxLegacy.AppData;
|
|
|
|
public interface IAppData
|
|
{
|
|
string Name { get; }
|
|
Dictionary<string, string> PackageFiles { get; }
|
|
} |