I am getting the following errors in Visual Studio:
'Input' does not contain a definition for 'GetKeyDown'
The name 'GameTimeData' does not exist in the current context
The name 'PlayerData' does not exist in the current context
'Player' does not contain a definition for 'Instance'
The name 'PetFollowSystem' does not exist in the current context
The mod is a debugging tool window. I tried using DnSpy a bit on game dlls and mod dlls, but it didn't go well. I am a novice modder. I would appreciate any guidance on how to go about troubleshooting these errors. My understanding is that the namespaces are wrong. If anyone might be able to help, please assume I know nothing about modding to be safe.