Made server and client 1

This commit is contained in:
2026-05-08 23:24:42 +01:00
parent 7db9406ced
commit 7e5874ffbb
14 changed files with 52 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
@tim says "hello world, it's a good day"
choice "choice numero uno" {
@tim says "super sad"
}
or "choice numero duo" {
@tim says "super unsad"
}
END