From 86db979e8016e262fdb498a8a0d5c6ca68f0484d Mon Sep 17 00:00:00 2001 From: Artyom Volkov Date: Sun, 18 Dec 2022 18:53:50 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d462ab1..ac29a9d 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,9 @@ A basic game mode which has different states and timers implemented. 1. `StartSession` - starts the session; 2. `FinishSession` - finishes the session; -3. `GetSessionElapsedTime` - returns session elapsed time; -4. `GetSessionRemainingTime` - returns session remaining time; +3. `StartPreparation` - starts a preparation timer; +4. `GetSessionElapsedTime` - returns session elapsed time; +5. `GetSessionRemainingTime` - returns session remaining time; #### Delegates