Character(const std::string &name)
Create a new character with the given name.
void dropEvent(WDropEvent event)
React to a drop event.
std::string name_
The name.
int blueDrops_
The current number of blue pills.
int redDrops_
The current number of red pills.