示例#1
0
 public override GameObject Create(Dialog dialog, int xOnFundament, int yOnFundament)
 {
     return(GameObject = dialog.AddCheckbox(Id, null, Text, xOnFundament, yOnFundament, Value, textColor: TextColor, footnote: Footnote, extraIcon: ExtraIcon));
 }