Update Night of Horror authored by Hong, Xin's avatar Hong, Xin
......@@ -2,6 +2,7 @@
title: Night of Horror
---
# Game Design Document
[TOC]
......@@ -305,7 +306,7 @@ title: Night of Horror
# Coding
## State Machine
'''
public interface IState
{
public void Enter();
......@@ -350,4 +351,3 @@ public abstract class StateMachine
}
}
}
'''