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 @
c474772f
...
...
@@ -8,6 +8,7 @@ title: Night of Horror
# Game Design Document
[TOC]
...
...
@@ -311,7 +312,7 @@ title: Night of Horror
# Coding
## State Machine
~~~
```
csharp
public
interface
IState
{
public
void
Enter
();
...
...
@@ -357,4 +358,5 @@ public abstract class StateMachine
}
}
}
~~~
\ No newline at end of file