Table of Contents

Class InteractiveEmoteRockPaperScissorsResult

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个石头剪刀布的随机结果。

public record InteractiveEmoteRockPaperScissorsResult : InteractiveEmoteRollResult, IEquatable<InteractiveEmoteRollResult>, IEquatable<InteractiveEmoteRockPaperScissorsResult>
Inheritance
InteractiveEmoteRockPaperScissorsResult
Implements
Inherited Members
Extension Methods

Properties

Value

获取石头剪刀布的值。

public RockPaperScissorsValue Value { get; }

Property Value

RockPaperScissorsValue

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.