Update Night of Horror authored by Hong, Xin's avatar Hong, Xin
......@@ -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()
......
......