Esempio n. 1
0
 public static void CreateNpc(ObjCharacter Character, int dataId, bool canRelive = false, int level = -1)
 {
     mImpl.CreateNpc(Character, dataId, canRelive, level);
 }