AutoSharpporting.SRShopAI.Main.FreeSlots C# (CSharp) Method

FreeSlots() public static method

public static FreeSlots ( ) : int
return int
        public static int FreeSlots()
        {
            return -1 + ObjectManager.Player.InventoryItems.Count(y => !y.DisplayName.Contains("Poro"));
        }