1
gustash
8y

private boolean didWakeUpForNothing() {
if (mathTutoring.isClosed()) {
return true;
} else {
studyForExams();
}
}

private void studyForExams() {
feelEmptyInside = cryInShower = true;
}

Comments
Add Comment