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