Pet internals (#12376)

* toggle other crew and pet internals

* oops
This commit is contained in:
Justin Trotter
2022-11-08 13:04:06 -08:00
committed by GitHub
parent 6a4c04640b
commit 8c0b113fcf
91 changed files with 509 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ public sealed class ClientClothingSystem : ClothingSystem
{"id", "IDCARD"},
{"pocket1", "POCKET1"},
{"pocket2", "POCKET2"},
{"suitstorage", "SUITSTORAGE"},
};
[Dependency] private readonly IResourceCache _cache = default!;