Every time I try to compile this
Puts("valid {0}", Steamworks.SteamServer.IsValid);
I get
Error while compiling: Test.cs(48,46): error CS0433: The imported type `Steamworks.SteamServer' is defined multiple times
How do you fix this?
Puts("valid {0}", Steamworks.SteamServer.IsValid);
I get
Error while compiling: Test.cs(48,46): error CS0433: The imported type `Steamworks.SteamServer' is defined multiple times
How do you fix this?