Ejemplo n.º 1
0
 //掉落母表
 public static void DropMother(this CharacterController character, int nId, Dictionary <int, int> Droplist)
 {
     mImpl.DropMother(character, nId, Droplist);
 }
Ejemplo n.º 2
0
 //掉落母表
 public static void DropMother(int nId, Dictionary <int, int> Droplist)
 {
     mImpl.DropMother(nId, Droplist);
 }