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
ee564051c8
CrowdControl
/
Assets
/
Source
/
Scripts
/
IHittable.cs
4 lines
73 B
C#
Raw
Normal View
History
Unescape
Escape
Base Project
6 months ago
internal
interface
IHittable
{
public
void
GetHit
(
float
damage
)
;
}