namespace Babushka.scripts.CSharp.Common.Inventory; public enum InventoryActionResult { Success, DestinationDoesNotExists, DestinationFull, SourceDoesNotExists, SourceIsEmpty }