Beispiel #1
0
        public static void CPBUpdate(int _fromClient, Packet _packet)
        {
            string _type = _packet.ReadString();

            GameLogic.progressBar[_type] += Constants.PROGRESS_STEP;
            ServerSend.CPBAmount(_type, GameLogic.progressBar[_type]);
        }