Coding
I’m a noob and can’t fugure out how to make this code more efficient
SOLVED. I just needed to add using System.Threading; Everyone online said that you needed to add using System.Threading.Tasks; but it was useless. Putting using System.Threading; is what fixed it. So I want to have a Read more…