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