Update Night of Horror authored by Hong, Xin's avatar Hong, Xin
......@@ -4,6 +4,7 @@ title: Night of Horror
# Game Design Document
[TOC]
......@@ -307,7 +308,7 @@ title: Night of Horror
# Coding
## State Machine
'''C#
public interface IState
{
public void Enter();
......
......