]> git.deb.at Git - rhonda/impostor.git/commit
Add enums to set Color/Hat/Pet/Skin
authorAeonLucid <aeonlucid@outlook.com>
Tue, 27 Oct 2020 00:28:28 +0000 (01:28 +0100)
committerAeonLucid <aeonlucid@outlook.com>
Tue, 27 Oct 2020 00:28:28 +0000 (01:28 +0100)
commite308b7e3e67a7f983652af03afad79090433fb02
tree0528ecf2eaee8ef21ab5f1ee1d080e0c6e9e574d
parentdcc4da25de92ed9cc885e6bcb3ad105a1f55f902
Add enums to set Color/Hat/Pet/Skin
docs/Writing-a-plugin.md
src/Impostor.Api/Innersloth/Customization/ColorType.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Customization/HatType.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Customization/PetType.cs [new file with mode: 0644]
src/Impostor.Api/Innersloth/Customization/SkinType.cs [new file with mode: 0644]
src/Impostor.Api/Net/Inner/Objects/IInnerPlayerControl.cs
src/Impostor.Plugins.Example/ExamplePlugin.cs
src/Impostor.Plugins.Example/Handlers/PlayerEventListener.cs
src/Impostor.Server/Net/Inner/Objects/InnerPlayerControl.Api.cs