parent
3fc5cf9a5a
commit
54e9d787bd
@ -0,0 +1,4 @@
|
|||||||
|
package com.example.shakecraft.model
|
||||||
|
|
||||||
|
class Recipe(val item: Item, val quantity: Int, itemsNeeded : List<Item>) {
|
||||||
|
}
|
Loading…
Reference in new issue