AlpacaLibrary/Include/Game/Interfaces/CollectionBox.hpp

13 lines
251 B
C++

#ifndef COLLECTIONBOX_HPP_INCLUDED
#define COLLECTIONBOX_HPP_INCLUDED
namespace CollectionBox
{
bool IsOpen();
bool Close(bool AllowEsc = true);
bool CollectToBank();
bool CollectToInventory();
}
#endif // COLLECTIONBOX_HPP_INCLUDED