SwitchGame/Script/main.nut

5 lines
67 B
Plaintext
Raw Normal View History

2025-09-15 11:28:54 +08:00
function main() {
print("松鼠脚本 Main 函数执行!");
}