/// <summary> /// 内容構築 /// </summary> public virtual void Set(ProductBase product, SimpleDialog dialog) { this.product = product; //メッセージ設定 this.SetMessage(); //コインコンテンツ設定 this.SetCoinContent(); //ジェムコンテンツ設定 this.SetGemContent(); //ボタンの設定 dialog.AddOKButton().onClick = dialog.Close; }