示例#1
0
 void MoneyChanged(double changevalue, bool isAdded)
 {
     MultiplayerManager.CallChangeOtherPlayerMoney(changevalue, isAdded);
 }