Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
finding_maya
v0.0.1
FindingMaya
Entity
Game
Scene
Inventory
Item
ItemClass
Level
Element
Player
Position
Table
Built with Crystal 1.9.2
2023-10-08 14:26:47 UTC
class
FindingMaya::Inventory
FindingMaya::Inventory
Reference
Object
Defined in:
inventory.cr
Constructors
.new
Instance Method Summary
#add_item
(name : String)
#items
: Array(FindingMaya::Item)
#remove_item
(name : String)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
add_item
(name : String)
#
[
View source
]
def
items
: Array(
FindingMaya::Item
)
#
[
View source
]
def
remove_item
(name : String)
#
[
View source
]