AlpacaLibrary/Include/Game/Interfaces/CollectionBox.hpp

13 lines
251 B
C++
Raw Permalink Normal View History

2019-11-20 02:17:31 +00:00
#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