Untitled
unknown
plain_text
13 days ago
509 B
2
Indexable
Never
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++;
Leave a Comment