2
0
mirror of https://github.com/Facepunch/Facepunch.Steamworks.git synced 2025-04-01 07:09:03 +03:00

Comment Fix

This commit is contained in:
Garry Newman 2020-02-23 09:14:16 +00:00
parent ffa48fb03c
commit 8f36f0c939

@ -35,7 +35,7 @@ namespace Steamworks
/// <summary>
/// A screenshot has been requested by the user from the Steam screenshot hotkey.
/// This will only be called if HookScreenshots has been enabled, in which case Steam
/// This will only be called if Hooked is true, in which case Steam
/// will not take the screenshot itself.
/// </summary>
public static event Action OnScreenshotRequested;