Example #1
0
 public AbstractRelic(string _setId, string _imgName, RelicTier _tier, LandingSound _sfx)
 {
     IsPulse     = false;
     IsDone      = false;
     relicId     = _setId;
     smallNumber = 23;
 }
Example #2
0
 public void AddRelicToRewards(RelicTier _tier)
 {
 }