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
# Game Design Document # Game Design Document
[TOC] [TOC]
...@@ -307,7 +308,7 @@ title: Night of Horror ...@@ -307,7 +308,7 @@ title: Night of Horror
# Coding # Coding
## State Machine ## State Machine
'''C#
public interface IState public interface IState
{ {
public void Enter(); public void Enter();
... ...
......