]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add command to toggle ghost visibility on the client (#27314)
authorShadowCommander <shadowjjt@gmail.com>
Thu, 25 Apr 2024 16:26:21 +0000 (09:26 -0700)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 16:26:21 +0000 (18:26 +0200)
commitcf45005471bbd07facbe2a5de841c08f3b8e84f0
tree4eb0c381ad88cfcd70e1a4a17488e04d3b1fa689
parent960a50c0ffb67839f213e0c223e4f96e36df7f6d
Add command to toggle ghost visibility on the client (#27314)

* Add command to toggle ghost visibility on the client

* Fix description

* Fix index of arg parsing

* Allow setting GhostVisibility directly
Content.Client/Ghost/Commands/ToggleGhostVisibilityCommand.cs [new file with mode: 0644]
Content.Client/Ghost/GhostSystem.cs