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