From: Chipmunk <65827213+ChipmunkMC@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:30:40 +0000 (-0500) Subject: Add missing cosmetic methods to IInnerPlayerControl X-Git-Tag: v1.10.3~13 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=a448ece73e6123b76c7a259e24f44bbd5a404e16;p=rhonda%2Fimpostor.git Add missing cosmetic methods to IInnerPlayerControl --- diff --git a/src/Impostor.Api/Net/Inner/Objects/IInnerPlayerControl.cs b/src/Impostor.Api/Net/Inner/Objects/IInnerPlayerControl.cs index 9f10fd5..3cf9eaf 100644 --- a/src/Impostor.Api/Net/Inner/Objects/IInnerPlayerControl.cs +++ b/src/Impostor.Api/Net/Inner/Objects/IInnerPlayerControl.cs @@ -70,6 +70,22 @@ namespace Impostor.Api.Net.Inner.Objects /// Task that must be awaited. ValueTask SetSkinAsync(string skinId); + /// + /// Sets the visor of the current . + /// Visible to all players. + /// + /// A visor for the player. + /// Task that must be awaited. + ValueTask SetVisorAsync(string visorId); + + /// + /// Sets the nameplate of the current . + /// Visible to all players. + /// + /// A nameplate for the player. + /// Task that must be awaited. + ValueTask SetNamePlateAsync(string nameplateId); + /// /// Send a chat message as the current . /// Visible to all players.