SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Generated by DocFX