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