Release 1.9.7.0 - Summer Update 2025
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Steamworks;
|
||||
|
||||
public struct GamePhaseRecordingInfo
|
||||
{
|
||||
public string PhaseId;
|
||||
public ulong RecordingMs;
|
||||
public ulong LongestClipMs;
|
||||
public uint ClipCount;
|
||||
public uint ScreenshotCount;
|
||||
}
|
||||
Reference in New Issue
Block a user