예제 #1
0
파일: Shadowcmd.php 프로젝트: sinfocol/gwf3
 public static function onLoadLanguage()
 {
     $dir = Shadowrun4::getShadowDir();
     self::$LANG_CMDS = new GWF_LangTrans($dir . 'lang/cmds/cmds');
     self::$LANG_COMMANDS = new GWF_LangTrans($dir . 'lang/commands/commands');
     return true;
 }