Close game when bag is full.
Namespace:
wManager
Assembly:
wManager (in wManager.dll)
public bool CloseIfFullBag { get; set; }
Public Property CloseIfFullBag As Boolean
Get
Set
public:
property bool^ CloseIfFullBag {
bool^ get ();
void set (bool^ value);
}