Update Night of Horror authored by Hong, Xin's avatar Hong, Xin
...@@ -4,6 +4,7 @@ title: Night of Horror ...@@ -4,6 +4,7 @@ title: Night of Horror
[Toc] [Toc]
# Game Design Document # Game Design Document
...@@ -388,6 +389,7 @@ private bool PlayerInChaseRange() ...@@ -388,6 +389,7 @@ private bool PlayerInChaseRange()
return false; return false;
} }
``` ```
+ Global pursuit + Global pursuit
```csharp ```csharp
private void Pursuit() private void Pursuit()
... ...
......