Esempio n. 1
0
 //给予P1vP1失败奖励
 public static void GiveP1vP1Lost(this CharacterController character,
                                  int rank,
                                  Dictionary <int, int> items,
                                  int level = 0)
 {
     mImpl.GiveP1vP1Lost(character, rank, items, level);
 }