| addCurrency | int amount | void | amount๋งํผ์ ํํ๋ฅผ ํ์ผ์ ์ ์ฅํ๋ค. | FileManager.loadCurrency, FileManager.saveCurrency | 
| spendCurrency | int amount | boolean | amount๊ฐ ํ์ฌ ๊ฐ์ง๊ณ  ์๋ ํํ๋ณด๋ค ํฌ์ง ์์ผ๋ฉด, amount๋งํผ ํํ๋ฅผ ๊ฐ์์ํค๊ณ  true๋ฅผ ๋ฐํํ๋ค. ๊ทธ๋ ์ง ์์ผ๋ฉด false๋ฅผ ๋ฐํํ๋ค. | FileManager.loadCurrency, FileManager.saveCurrency | 
| getCurrency | - | int | ํ์ผ์์ ํํ๋์ ์ฝ์ด์ ๋ฐํํ๋ค. | FileManager.loadCurrency ์ฌ์ฉ | 
| calculateCurrency | int score, double hitrate | int | ์ ์์ ๋ช
์ค๋ฅ ์ ๋ฐํ์ผ๋ก ์ป๋ ํํ ์์ ๊ณ์ฐํ๋ค. ๊ทธ ๊ฐ์ ๋ฐํํ๋ค. | - |