Class InteractiveEmoteDiceResult
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个骰子的随机结果。
public record InteractiveEmoteDiceResult : InteractiveEmoteRollResult, IEquatable<InteractiveEmoteRollResult>, IEquatable<InteractiveEmoteDiceResult>
- Inheritance
-
InteractiveEmoteDiceResult
- Implements
- Inherited Members
- Extension Methods
Properties
Value
获取骰子的值。
public DiceValue Value { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.