작업 중...

This commit is contained in:
2018-01-13 21:08:01 +09:00
parent f523683624
commit 1efe3a750b
6 changed files with 48 additions and 16 deletions
+15
View File
@@ -10,3 +10,18 @@ function dbConnRoot() {
@MYDB_select_db($f[4], $connect) or Error("DB Select 에러가 발생했습니다","");
return $connect;
}
class General{
protected
$no, $user_id, $name, $level, $level_exp,
$leadership, $leadership_exp,
$power, $power_exp,
$intel, $intel_exp;
}
class NPCGeneral extends General{
protected
$npc_name, $npcmsg;
}