Table of Contents

Class GameProperties

Namespace
Kook
Assembly
Kook.Net.Core.dll

Properties that are used to modify an IGame with the specified changes.

public class GameProperties
Inheritance
GameProperties
Inherited Members

Properties

IconUrl

Gets or sets the icon URL of the game.

public string? IconUrl { get; set; }

Property Value

string

Name

Gets or sets the name of the game.

public required string Name { get; set; }

Property Value

string

See Also