Interface Killable
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public interface Killable
Methods
Kill()
Kill this object, removing it from the game on the next update cycle. Classes that implement this interface may have side effects in doing so; see each class for specific details.
Declaration
void Kill()