Suppose I have a class, such as a player controller. It exists in both the server and the client. But it has some variables stored only on the server. How should I define such a variable?
Suppose I have a class, such as a player controller. It exists in both the server and the client. But it has some variables stored only on the server. How should I define such a variable?