This website requires JavaScript.
Explore
Help
Register
Sign In
Tegar_febriansyah
/
MIF_E31221263
Watch
1
Star
0
Fork
You've already forked MIF_E31221263
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
MIF_E31221263
/
Assets
/
Scripts
/
Enemy
/
FSM
/
FSMAction.cs
7 lines
104 B
C#
Raw
Permalink
Blame
History
using
UnityEngine
;
public
abstract
class
FSMAction
:
MonoBehaviour
{
public
abstract
void
Act
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink