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