Created
July 11, 2023 12:34
-
-
Save kusa-mochi/6f3010aeb7c3cc36086731b652c75edf 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
@startuml | |
actor 息子 as son | |
actor パパ as papa | |
actor ママ as mama | |
actor おじいちゃん as grandpa | |
activate son | |
son -> papa ++ : アイス食べたい! | |
papa --> son -- : 今日は甘い物たくさん食べたからまた明日ね | |
son -> mama ++ : アイス食べたい! | |
mama --> son -- : ええ!さっきスナック菓子たくさん食べたじゃん!明日ね | |
son -> grandpa ++ : アイス食べたい! | |
grandpa --> son -- : 1本持ってけ。パパとママには内緒だぜ。 | |
son -> grandpa ++ : ありがとう(にっこり) | |
grandpa --> son -- : どういたしまして(にっこり) | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment