Ejemplo n.º 1
0
    //有座位玩家财富变更
    public override void positionPlayerWeathUpdate(long uid, long exchangeGold, long residueGold)
    {
        UIDicePlane uIDicePlane = MessageManager.GetInstance.GetUIDict <UIDicePlane>();

        uIDicePlane.SeatPlayerwealth(uid, exchangeGold, residueGold);
    }