yunlong-xinfa.c
来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· C语言 代码 · 共 17 行
C
17 行
// yunlong-xinfa.c 云龙心法inherit SKILL;void create() { seteuid(getuid()); }string type() { return "knowledge"; }int practice_skill(object me){ return notify_fail("云龙心法只能靠学(learn)来提高。\n");}string exert_function_file(string func){ return SKILL_D("yunlong-xinfa/") + func;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?