Instructions
# 使用方法
1. Designで、Mahjong Scoreを画面へ配置してください。(名前を、MJScoreとします)
2. 点数結果を格納する要素の、Insert dynamic dataで、`MJScore's Score`を指定してください。
3. Workflowで、計算したいタイミングで、Element Actions>Calculate a Mahjong Score を追加します。
4. Fieldの`isHost`、`Doubles`、`Points`を設定します。
(この結果、Scoreが計算され、`MJScore's Score`が更新されます。)
----
# How to use
1. In Design, place Mahjong Score on the screen. (Name it MJScore)
2. In the element that stores the score result, in Insert dynamic data, specify `MJScore's Score`.
3. In Workflow, add Element Actions>Calculate a Mahjong Score when you want to calculate.
4. Set Field's `isHost`, `Doubles`, and `Points`.
(As a result, the score will be calculated and `MJScore's Score` will be updated.)