Update Night of Horror authored by Hong, Xin's avatar Hong, Xin
......@@ -8,6 +8,7 @@ title: Night of Horror
# Game Design Document
[TOC]
......@@ -311,7 +312,7 @@ title: Night of Horror
# Coding
## State Machine
~~~
```csharp
public interface IState
{
public void Enter();
......@@ -357,4 +358,5 @@ public abstract class StateMachine
}
}
}
~~~
\ No newline at end of file