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