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