This website requires JavaScript.
Explore
Help
Register
Sign In
iwnc2020
/
ProjectDDD
Watch
2
Star
0
Fork
0
You've already forked ProjectDDD
Code
Issues
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
b83e4c3a5e
ProjectDDD
/
Assets
/
_DDD
/
_Scripts
/
RestaurantCharacter
/
Players
/
RestaurantPlayer
/
IStateMachine.cs
9 lines
130 B
C#
Raw
Normal View
History
Unescape
Escape
re-index all files: apply corrected LFS tracking
2025-07-08 10:46:31 +00:00
namespace
DDD
{
public
interface
IStateMachine
{
void
Enter
(
)
;
void
Update
(
)
;
void
Exit
(
)
;
}
}
Reference in New Issue
Copy Permalink