public decimal PrizePool() {
     var payoutPool = new PayoutPool(GetArgumentInput<decimal>(0));
     return payoutPool.PrizePool(Matches);
 }
Exemplo n.º 2
0
        public decimal PrizePool()
        {
            var payoutPool = new PayoutPool(GetArgumentInput <decimal>(0));

            return(payoutPool.PrizePool(Matches));
        }
Exemplo n.º 3
0
 public int PoolPercentageMatches(int matches)
 {
     return(PayoutPool.PoolPercentage(matches));
 }
Exemplo n.º 4
0
 public int PoolPercentage()
 {
     return(PayoutPool.PoolPercentage(Matches));
 }