toProtoWithType method

ModeInfo_Single toProtoWithType()

Implementation

PROTO.ModeInfo_Single toProtoWithType() {
  var cmode = PROTO.ModeInfo_Single();
  // cmode.mode = mode!;

  return cmode;
}