addserver function to set inventory show

This commit is contained in:
hydrant
2021-05-22 19:10:40 +02:00
parent 34033eb875
commit 848353053b
4 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace ReallifeGamemode.Server.Util
{
public enum InventoryToggleOption
{
TOGGLE, SHOW, HIDE
}
}