Rolldice Help

Zoodem

New Member
Aug 10, 2018
27
2
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

...

Code:
            userBooth.ForEach(x => {
                x.ExtraData = Rand.SeedNext(1, 6).ToString();
                x.UpdateState();
            });

What do I have to add so that the random number works?
// It's a rolldice command :)
 
Last edited by a moderator:

Users who are viewing this thread

Top