Enum dasi::model::GameType
[−]
[src]
pub enum GameType {
Playing,
Streaming,
}A type of game being played.
Variants
Playing | ||
Streaming |