예제 #1
0
 public BaseDef(string newCmd, CmdDefType newCmdDefType)
 {
     Cmd = newCmd;
     CmdType = newCmdDefType;
 }
 public ObjectDef(string newCmd, CmdDefType newCmdDefType)
     : base(newCmd, newCmdDefType)
 {
 }