Network Variable declaration

A class with a network variable that is not declared fully outputs errors,

public NetworkVariable<ulong> assignedPlayerNetID;

What’s the problem? It’s warning you you didn’t declare the NetworkVariable.