Big project cleanup with overhaul of file responsibilities (KISS) and code (DRY, YAGNI)
This commit is contained in:
@@ -13,12 +13,9 @@ public partial class SteamworksHandler : Node
|
||||
SteamInitExStatus status = Steam.SteamInitEx(false).Status;
|
||||
if (status != 0)
|
||||
{
|
||||
GD.Print("Steam not initialized!");
|
||||
return;
|
||||
}
|
||||
|
||||
GD.Print("Steam initialized!");
|
||||
GD.Print("User: " + Steam.GetPersonaName());
|
||||
isSteamInitialized = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user