Unstable 0.1500.1.0 (BaroDev edition)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Barotrauma
|
||||
[Flags]
|
||||
public enum InvSlotType
|
||||
{
|
||||
None = 0, Any = 1, RightHand = 2, LeftHand = 4, Head = 8, InnerClothes = 16, OuterClothes = 32, Headset = 64, Card = 128, Bag = 256
|
||||
None = 0, Any = 1, RightHand = 2, LeftHand = 4, Head = 8, InnerClothes = 16, OuterClothes = 32, Headset = 64, Card = 128, Bag = 256, HealthInterface = 512
|
||||
};
|
||||
|
||||
partial class CharacterInventory : Inventory
|
||||
|
||||
Reference in New Issue
Block a user