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