public ChallengeListEntry(string sDisplayName, ChallengeDataHolder.ChallangeType enType, Texture2D txIcon, params string[] asDescription) { this.sDisplayName = sDisplayName; this.enType = enType; this.txIcon = txIcon; this.asDescription = asDescription; }
public ChallengeDataHolder(ChallengeDataHolder.ChallangeType enType) { this.enChallengeType = enType; }