mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02: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.