正在为RScript更新内容(已通过编译)

This commit is contained in:
2025-10-27 20:24:15 +08:00
parent b85f6699a0
commit 6dcf842e25
35 changed files with 598 additions and 1019 deletions

View File

@@ -17,7 +17,7 @@ namespace Demo.Game
/// <summary>
/// 设置为Hold模式, 即不需要点按即可判定的模式
/// </summary>
[ScriptableCall(@"设置为Hold模式, 即不需要点按即可判定的模式")]
[Convention.RScript.Variable.Attr.Method]
public void EnableHoldMode()
{
IsNeedTap = false;