6 lines
90 B
C#
6 lines
90 B
C#
public interface IDownloadableContent
|
|
{
|
|
int AppId { get; }
|
|
|
|
bool IsInstalled { get; }
|
|
}
|