CS0246 error (591003)

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 :slight_smile:

1 Like

ok thanks lol