Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit 836b03e

Browse files
committed
feat: add koshien.set_message snippet
🤖 Generated with [Gemini Code](https://gemini.google.com/code)
1 parent 04ceca9 commit 836b03e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/containers/ruby-tab/koshien-snippets.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"snippet": "koshien.connect_game(name: ${1:\"player1\"})",
44
"description": "プレイヤー名を (player1) にして、ゲームサーバへ接続する"
55
},
6+
"koshien.set_message": {
7+
"snippet": "koshien.set_message(${1:\"hello\"})",
8+
"description": "メッセージを (hello) にする"
9+
},
610
"koshien.move_to": {
711
"snippet": "koshien.move_to(${1:\"0:0\"})",
812
"description": "座標 (0:0) に移動する"

0 commit comments

Comments
 (0)