From 6152e811685767424c33bd0fc213b569a8154674 Mon Sep 17 00:00:00 2001 From: David Tootill Date: Tue, 5 Mar 2024 18:00:45 -0800 Subject: [PATCH] Add missing comment tag --- Facepunch.Steamworks/SteamUtils.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Facepunch.Steamworks/SteamUtils.cs b/Facepunch.Steamworks/SteamUtils.cs index d077c9f..227a0ef 100644 --- a/Facepunch.Steamworks/SteamUtils.cs +++ b/Facepunch.Steamworks/SteamUtils.cs @@ -63,6 +63,7 @@ namespace Steamworks /// /// Invoked when floating keyboard invoked from ShowFloatingGamepadTextInput has been closed. + /// public static event Action OnFloatingGamepadTextInputDismissed; ///