mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
658 B
658 B
Home > bitburner > OfficeAPI > buyCoffee
OfficeAPI.buyCoffee() method
Buy coffee for your employees
Signature:
buyCoffee(divisionName: string, cityName: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | Name of the division |
cityName | string | Name of the city |
Returns:
Promise<void>
A promise that is fulfilled when the coffee is served.