Converting cards to TablePolicy

This commit is contained in:
Rakeela
2024-09-29 11:14:31 -07:00
parent 219ff33d66
commit c4427885ca
3 changed files with 91 additions and 103 deletions

View File

@ -21,7 +21,7 @@
"body": [
"case ${1:field}:",
"\tk.${1:field} += amount",
"\treturn k.${1:field}",
"\treturn nil",
],
}
}