This website works better with JavaScript.
Explore
Help
Register
Sign In
rizzeadmin
/
CrowdControl
Watch
1
Star
0
Fork
You've already forked CrowdControl
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
740413fc30
CrowdControl
/
Assets
/
3rd
/
D2D_Scripts
/
Gameplay
/
Spawners
/
ISpawner.cs
9 lines
116 B
C#
Raw
Blame
History
using
UnityEngine
;
namespace
D2D.Gameplay
{
public
interface
ISpawner
{
GameObject
Spawn
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink