item.MenuItems.Insert(0, new MenuItem(){Action="what is the action to use?";...}); request.Upload();我想知道,我是否需要一个菜单项,如果需要,我应该使用什么操作?目前我正在发送视频附件,但没有办法播放视频。任何帮助都是非常感谢的。
现在我正在为角色制作技能,我想添加冷却时间,但我不知道如何设置时间,但我想我有了一个关于它应该有哪些变量的想法:private long cooldownTime; <--- this is the time it must pass before its readyprivate long elapsed