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