コード例 #1
0
 public ConditionalStop(SysCommandType type, UberId s, int v) : base(type)
 {
     targetState = s;
     targetValue = v;
 }
コード例 #2
0
 public SystemCommand(SysCommandType command) => type = command;