Interface IConfiguredMonkey<TConfigSection>
- Namespace
- MonkeyLoader.Meta
- Assembly
- MonkeyLoader.dll
Defines the interface for all sorts of configured monkeys.
public interface IConfiguredMonkey<TConfigSection> : IConfiguredMonkey, IMonkey, IRun, IShutdown, IComparable<IMonkey>, INestedIdentifiable<Mod>, INestedIdentifiable, IIdentifiable, IAuthorable where TConfigSection : ConfigSection
Type Parameters
TConfigSection
The type of the config section loaded by this monkey.
- Inherited Members
- Extension Methods
Properties
ConfigSection
Gets the loaded config section for this monkey after it has been run.
TConfigSection ConfigSection { get; }
Property Value
- TConfigSection