Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Night of Horror
authored
Nov 25, 2024
by
Hong, Xin
Show whitespace changes
Inline
Side-by-side
home.md
View page @
9716e2b3
...
...
@@ -4,6 +4,7 @@ title: Night of Horror
[Toc]
# Game Design Document
...
...
@@ -388,6 +389,7 @@ private bool PlayerInChaseRange()
return
false
;
}
```
+
Global pursuit
```
csharp
private
void
Pursuit
()
...
...