C_Minebot.Packets.scoreboardObjective.scoreboardObjective C# (CSharp) Метод

scoreboardObjective() публичный Метод

public scoreboardObjective ( Wrapped Socket, System.Form1 Mainform ) : System
Socket Wrapped
Mainform System.Form1
Результат System
        public scoreboardObjective(Wrapped.Wrapped Socket, Form1 Mainform)
        {
            string objectiveName = Socket.readString();
            string objectiveValue = Socket.readString();
            byte create = Socket.readByte();
        }
scoreboardObjective