Battle_Script_Pro.Command.Command C# (CSharp) Метод

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

public Command ( ushort theHexID ) : System
theHexID ushort
Результат System
        public Command(ushort theHexID)
        {
            hexID = theHexID;
        }

Same methods

Command::Command ( ushort theHexID, byte theNumberOfParameters ) : System
Command::Command ( ushort theHexID, byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
Command