# | Line 16 | Line 16 | namespace RomCheater.PluginFramework.Cor | |
---|---|---|
16 | public abstract Guid Id { get; } | |
17 | public abstract string Name { get; } | |
18 | public abstract string Description { get; } | |
19 | + | public abstract void Reload(); |
20 | #endregion | |
21 | public override string ToString() | |
22 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |