Example #1
0
 public static int GenObjType()
 {
     return(T_NPC.GenObjType() * LevelNum + (int)(NPCType.PlAYER));
 }
Example #2
0
 public static int GenObjType()
 {
     return(T_NPC.GenObjType() * LevelNum + (int)(NPCType.TESTNPC));
 }