]> git.deb.at Git - rhonda/impostor.git/commitdiff
Document IClient.PlatformSpecificData
authorjs6pak <kubastaron@hotmail.com>
Wed, 15 Dec 2021 13:52:22 +0000 (14:52 +0100)
committerjs6pak <kubastaron@hotmail.com>
Wed, 15 Dec 2021 13:52:22 +0000 (14:52 +0100)
src/Impostor.Api/Net/IClient.cs

index ba74bd44b3d2c962645287a5a6c12835fcf4c729..b7a446780c315ce84535c9b357fb3cba77fb0993 100644 (file)
@@ -65,6 +65,9 @@ namespace Impostor.Api.Net
         /// </summary>
         IClientPlayer? Player { get; }
 
+        /// <summary>
+        /// Gets platform specific data of the <see cref="IClient" />.
+        /// </summary>
         PlatformSpecificData PlatformSpecificData { get; }
 
         ValueTask<bool> ReportCheatAsync(CheatContext context, string message);