Add dummy function to generate a mock server or player for formulas stuff

This commit is contained in:
Olivier Gagnon
2022-08-23 16:01:34 -04:00
parent 895944aa19
commit 89aa23f4b3
6 changed files with 103 additions and 6 deletions

View File

@@ -4149,6 +4149,8 @@ interface GangFormulas {
* @public
*/
export interface Formulas {
mockServer(): Server;
mockPlayer(): Player;
/** Reputation formulas */
reputation: ReputationFormulas;
/** Skills formulas */