Beispiel #1
0
        private InventoryStack Get(int slot)
        {
            var cursor = _container.GetCursor(slot);

            return(_container.GetStack(cursor));
        }