... | ... | @@ -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 |