Interface IDamagable
Namespace: SF
Assembly: cs.temp.dll.dll
Syntax
public interface IDamagable
Methods
InstantKill()
Declaration
void InstantKill()
TakeDamage(Int32, Vector2)
Declaration
void TakeDamage(int damage, Vector2 knockback = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | damage | |
Vector2 | knockback |