Пример #1
0
 public ChallengeListEntry(string sDisplayName, ChallengeDataHolder.ChallangeType enType, Texture2D txIcon, params string[] asDescription)
 {
     this.sDisplayName = sDisplayName;
     this.enType = enType;
     this.txIcon = txIcon;
     this.asDescription = asDescription;
 }
Пример #2
0
 public ChallengeDataHolder(ChallengeDataHolder.ChallangeType enType)
 {
     this.enChallengeType = enType;
 }