コード例 #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));
 }