Table of Contents

Interface IKillable

Namespace
FishMMO.Shared.Core
Assembly
FishMMO.Shared.dll

Interface for entities that can be killed by a character or other source. Implement this to allow objects to be killed and trigger death logic.

public interface IKillable

Methods

Kill(ICharacter)

Kills the entity, triggering death logic and effects.

void Kill(ICharacter killer)

Parameters

killer ICharacter

The character responsible for the kill.