예제 #1
0
파일: ObjType.cs 프로젝트: wwo0oww/BaseGame
 public static int GenObjType()
 {
     return(T_NPC.GenObjType() * LevelNum + (int)(NPCType.PlAYER));
 }
예제 #2
0
파일: ObjType.cs 프로젝트: wwo0oww/BaseGame
 public static int GenObjType()
 {
     return(T_NPC.GenObjType() * LevelNum + (int)(NPCType.TESTNPC));
 }