Example #1
0
 /**
  * ランクキャップ変化したときに実行するスクリプトを設定
  *
  * @param changeRankCapScript ランクキャップ変化したときに実行するスクリプト
  * @return this
  */
 public Namespace WithChangeRankCapScript(Gs2.Gs2Experience.Model.ScriptSetting changeRankCapScript)
 {
     this.changeRankCapScript = changeRankCapScript;
     return(this);
 }
Example #2
0
 /**
  * 経験値あふれしたときに実行するスクリプトを設定
  *
  * @param overflowExperienceScript 経験値あふれしたときに実行するスクリプト
  * @return this
  */
 public Namespace WithOverflowExperienceScript(Gs2.Gs2Experience.Model.ScriptSetting overflowExperienceScript)
 {
     this.overflowExperienceScript = overflowExperienceScript;
     return(this);
 }