Esempio n. 1
0
 public ConditionalRewardEntry(Type type, int price, int cliloc, int tile, int hue, OnRewardChosen onRewardChosen, RewardChecker checker)
     : base(type, price, cliloc, 0, null, tile, hue, onRewardChosen)
 {
     m_Checker = checker;
 }
Esempio n. 2
0
 public ConditionalRewardEntry(Type type, int price, int cliloc, int tile, int hue, RewardChecker checker)
     : this(type, price, cliloc, tile, hue, null, checker)
 {
 }