i need help when i get a error that says The type or namespace name List1’ could not be found. Are you missing a using directive or an assembly reference? here is the line that the error is on public List<MPPlayer> PlayerList = new List<MPPlayer>();
using System.Collections.Generics;
At the top ![]()
1 Like
ok thanks lol