menu
spiffynode package
documentation
spiffy_node.dart
MsgInv
addInvVect method
addInvVect method
dark_mode
light_mode
addInvVect
method
void
addInvVect
(
InvVect
inv
)
Add inventory item
Implementation
void addInvVect(InvVect inv) { invList.add(inv); }
spiffynode package
documentation
spiffy_node
MsgInv
addInvVect method
MsgInv class