mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
AuTo-pRoPeRtY CaN Be MaDe gEt-oNlY
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
23c259d357
commit
fe4793f5f9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class Option<T> : IOption {
|
|||
DefaultValue = defaultValue;
|
||||
}
|
||||
|
||||
public string Name { get; init; }
|
||||
public string Name { get; }
|
||||
|
||||
public object GetAsObject(JsonNode settings) {
|
||||
return Get(settings)!;
|
||||
|
|
Loading…
Add table
Reference in a new issue