List<Action> actions = [
Prayers(),
Donations(),
GoodManners(),
Achievements(),
Sex(),
Drinking(),
Smoking(),
];
void Function life(Action action) {
if(action.isGood) {
return random.goods;
} else if(action.isBad) {
return random.bads;
} else {
return random.whatever;
}
}
actions.forEach((action) => console.log(life(action)));
$ fuckoff
$ fuckoff
$ fuckoff
$ fuckoff
$ fuckoff
……
Comments
Post a Comment