This commit is contained in:
Putoo
2026-06-26 18:32:15 +08:00
parent c374f27d16
commit aefd94ccd6
5 changed files with 21 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ public class RandomData
public string code { get; set; }
public string name { get; set; }
public string par { get; set; }
public long count { get; set; }
public int minCount { get; set; }
public int maxCount { get; set; }
public double chance { get; set; }
}