Added basic inventory system
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Babushka.scripts.CSharp.Common.Inventory;
|
||||
|
||||
public enum InventoryActionResult
|
||||
{
|
||||
Success,
|
||||
DestinationDoesNotExists,
|
||||
DestinationFull,
|
||||
SourceDoesNotExists,
|
||||
SourceIsEmpty
|
||||
}
|
||||
Reference in New Issue
Block a user