Interface ISubSystem
- Namespace
- Bannerlord.ButterLib.SubSystems
- Assembly
- Bannerlord.ButterLib.dll
public interface ISubSystem
Properties
CanBeDisabled
bool CanBeDisabled { get; }
Property Value
CanBeSwitchedAtRuntime
bool CanBeSwitchedAtRuntime { get; }
Property Value
Description
string Description { get; }
Property Value
Id
string Id { get; }
Property Value
IsEnabled
bool IsEnabled { get; }
Property Value
Name
string Name { get; }
Property Value
Methods
Disable()
void Disable()
Enable()
void Enable()