Exemple #1
0
 public SpookyChanceStringData(string filePath, SpookyChance chance)
     : base(filePath)
 {
     chanceRoll = chance;
 }