Example #1
0
 public SceneChallengeReqest(InstanceRequest gr, PhaseChallengeRequest cr)
 {
     this.Requester = gr;
     this.cr        = cr;
     difficulty     = Requester.metadata.difficulty.standard ??
                      throw new Exception("Scene challenges must used fixed difficulties");
 }
Example #2
0
 private static SharedInstanceMetadata FixedDfc(FixedDifficulty fd) =>
Example #3
0
        }                                                          //JSON constructor

        public DifficultySettings(FixedDifficulty standard) : this((FixedDifficulty?)standard)
        {
        }