Untitled
unknown
plain_text
a year ago
509 B
11
Indexable
Relationship we = new Relationship(You,I);
we.doTogether(You,I,"share our feelings",);
we.ourLove += I.love + You.love;
while(I.alive){
if(I.mistake() == true && You.love >= I.love){
we.communication("Forgiveness");
You.heal(I,"Empathy");
}else if(You.love < I.love && I.loveState == “HIGH”){
I.try("more care");
return we.warning("Toxic");
}else{
I.say("Sorry, I\'m doing my best.");
}
}
we.brokeUp(You,I);
I.moveOn();
I.selfLove++;Editor is loading...
Leave a Comment