Show / Hide Table of Contents

    Interface IMonsterSpawnLoader

    Interface for an IMonsterSpawnLoader loader.

    Namespace: Fibula.Creatures.Contracts.Abstractions
    Assembly: Fibula.Creatures.Contracts.dll
    Syntax
    public interface IMonsterSpawnLoader

    Methods

    | Improve this Doc View Source

    LoadSpawns()

    Attempts to load the monster spawns.

    Declaration
    IEnumerable<Spawn> LoadSpawns()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<Spawn>

    The collection of loaded monster spawns.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.