Changes
Page history
Update Night of Horror
authored
Nov 25, 2024
by
Hong, Xin
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
1d29dcc6
...
@@ -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();
...
...
...
...