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