RustDedicated/Rust.Platform.Common/IDownloadableContent.cs
2025-05-25 05:29:54 +09:30

6 lines
90 B
C#

public interface IDownloadableContent
{
int AppId { get; }
bool IsInstalled { get; }
}