class RPG::Bag

Defined in:

rpg/bag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add(key : String) #

[View source]
def items : Hash(String, Item) #

[View source]
def remove(name : String) #

[View source]