摘要:
组队窗口添加允许天地合一...
组队窗口添加允许天地合一
Client\Scenes\Views\GroupDialog.cs
AllowReCallBox = new DXCheckBox
{
Parent = members,
Label = { Text = "允许天地合一" },
Checked = false,
Location = new Point(88, 5)
};
AllowReCallBox.MouseClick += (o, e) =>
{
CEnvir.Enqueue(new C.Chat { Text = "@允许天地合一" });
};
还没有评论,来说两句吧...