コード例 #1
0
 public static BaseCommand ToBaseCommand(this CommandConsumerStats value)
 {
     return(new BaseCommand
     {
         type = BaseCommand.Type.ConsumerStats,
         consumerStats = value
     });
 }
コード例 #2
0
 public Builder()
 {
     _stats = new CommandConsumerStats();
 }