From bde3a22f6e99354b0f8e4fbe3bf7dd97c1960c6a Mon Sep 17 00:00:00 2001 From: js6pak Date: Wed, 15 Dec 2021 14:52:22 +0100 Subject: [PATCH] Document IClient.PlatformSpecificData --- src/Impostor.Api/Net/IClient.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Impostor.Api/Net/IClient.cs b/src/Impostor.Api/Net/IClient.cs index ba74bd4..b7a4467 100644 --- a/src/Impostor.Api/Net/IClient.cs +++ b/src/Impostor.Api/Net/IClient.cs @@ -65,6 +65,9 @@ namespace Impostor.Api.Net /// IClientPlayer? Player { get; } + /// + /// Gets platform specific data of the . + /// PlatformSpecificData PlatformSpecificData { get; } ValueTask ReportCheatAsync(CheatContext context, string message); -- 2.39.5