C# 变量名:投注奖池、投注人数、中奖人数、参与额、中奖额
public long BetPool { get; set; } public int NumberOfBets { get; set; } public int NumberOfWinners { get; set; } public long TotalAmount { get; set; } public long WinningAmount { get; set; }
原文地址: https://www.cveoy.top/t/topic/lDes 著作权归作者所有。请勿转载和采集!