DOCS: Add type of return for 3 formulas functions. (#967)

This commit is contained in:
David Walker
2023-12-07 04:33:15 -08:00
committed by GitHub
parent b46b6e62bc
commit 019f2d6a11
4 changed files with 6 additions and 6 deletions

View File

@@ -23,5 +23,5 @@ hackTime(server: Server, player: Person): number;
number
The calculated hack time.
The calculated hack time, in milliseconds.