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 @
caf3f468
...
...
@@ -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
}
}
}
'''