This website works better with JavaScript.
Explore
Help
Register
Sign In
chendian
/
Touhou
Watch
2
Star
0
Fork
You've already forked Touhou
0
Code
Projects
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e61898b974
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e61898b974'
${ noResults }
Touhou
/
client
/
Assets
/
Game
/
Scripts
/
_Engine
/
FSM
/
IState.cs
9 lines
142 B
C#
Raw
Blame
History
namespace
Game
{
public
interface
IState
{
void
OnCreate
(
)
;
void
OnUpdate
(
)
;
void
OnDestroy
(
)
;
}
}
View Git Blame
Copy Permalink