You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/education/battle-royale-series/coding-the-game-loop.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Create a module script named GameSettings to store variables used by other scrip
63
63
returnGameSettings
64
64
```
65
65
66
-
### MatchManger Script
66
+
### MatchManager Script
67
67
68
68
The second script connected to the GameManager is the MatchManager. This script manages tasks like starting the timer or resetting players once the match ends.
0 commit comments