Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 13, 2024
1 parent 83d510a commit 6d7afc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Publish/Assets/_Project/Scripts/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ public class Test : MonoBehaviour
// Start is called before the first frame update
private void Start()
{
Score score = Flx.Score("switch-to-buffer", "stb");
Result result = Flx.Score("switch-to-buffer", "stb");

print(score.score);
print(result.score);

Print(score.indices);
Print(result.indices);
}

private void Other()
Expand Down

0 comments on commit 6d7afc2

Please sign in to comment.