6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
|
#include "bank_util"
|
||
|
void main()
|
||
|
{
|
||
|
ExchangeTokenForGold(GetPCSpeaker(), BANKTOKEN_1MILL);
|
||
|
}
|