Last active
January 21, 2020 02:51
-
-
Save thealmikey/1a3cbf6bbc9d339d70c667474c7258ba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
regularMike.emotionalState.transition(HumanAction.GiveTherapy) | |
println(regularMike.emotionalState.state) | |
//Goodwork report | |
// HumanState$Bored@28c97a5 | |
regularMike.emotionalState.transition(HumanAction.GiveTherapy) | |
println(regularMike.emotionalState.state) | |
//Goodwork report | |
// HumanState$Happy@736e9adb | |
regularMike.emotionalState.transition(HumanAction.GiveTherapy) | |
println(regularMike.emotionalState.state) | |
// Goodwork report | |
// HumanState$PureBliss@23ab930d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment