6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
#include "bank_util"
|
|
void main()
|
|
{
|
|
ExchangeAllGoldForTokens(GetPCSpeaker());
|
|
}
|