OnPlayerConnected(IPlayer player) Hook - The type or namespace name 'IPlayer' could not be found.
Am I missing something here?
Type or namespace name 'IPlayer' could not be foundSolved
If using an IDE and project setup, it would suggest a solution for you. The missing using statement is using uMod.Common;
Yeah okay, ill setup it all up. Using JetBrains Rider. Sorry about all the silly questions.
No worries!
Locked automatically