Class Dice code
- 程序集
- Another-Mirai-Native.Abstractions.dll
骰子消息片段。
public class Dice : MessageItemBase
- 继承
-
Dice
- 继承成员
构造函数
Dice(int) code
骰子消息片段。
public Dice(int point)
参数
pointint骰子点数。
属性
MessageItemType code
获取或设置消息片段类型。
public override MessageItemType MessageItemType { get; set; }
属性值
Point code
骰子点数。
public int Point { get; set; }
属性值
方法
ToString() code
返回当前消息片段的 CQ 码字符串表示。
public override string ToString()
返回值
- string
CQ 码文本。