fix cigar case visuals (#5570)

* fix cigar

* newline
This commit is contained in:
Leon Friedrich
2021-11-27 19:43:19 +13:00
committed by GitHub
parent 3fa33fc54d
commit 7a843fa830
3 changed files with 27 additions and 46 deletions

View File

@@ -13,6 +13,6 @@ namespace Content.Shared.Storage.Components
public enum SharedBagState : byte
{
Open,
Close,
Closed,
}
}