このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
satiate
ウォッチ
1
スター
0
フォーク
0
コード
課題
3
プルリクエスト
0
リリース
5
Wiki
アクティビティ
ソースを参照
Update some template snippets
tags/v0.1.3
Fen Dweller
5年前
親
18458bcfcf
コミット
e78f5ac73f
1個のファイルの変更
、
12行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+12
-2
.vscode/templates.code-snippets
+ 12
- 2
.vscode/templates.code-snippets
ファイルの表示
@@ -80,7 +80,7 @@
" \"conditions\": [",
"",
" ],",
" \"hooks\" [",
" \"hooks\"
:
[",
" ",
" ]",
"},"
@@ -97,6 +97,16 @@
],
"description": "Condition"
},
"Hook": {
"prefix": "hook",
"body": [
"(room, exit, state) => {",
" return ${1:true}",
"}",
""
],
"description": "Condition"
},
"Stat": {
"prefix": "stat",
"body": [
@@ -147,7 +157,7 @@
"",
" ],",
" \"world\": {",
"
s
",
" ",
" }",
"});",
""
書き込み
プレビュー
読み込み中…
キャンセル
保存