mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added UnversionedLibDir to config
This commit is contained in:
parent
d48d03c58b
commit
f258b4a25b
8 changed files with 81 additions and 39 deletions
|
@ -410,6 +410,7 @@ namespace Beefy.utils
|
|||
result = Enum.Parse<T>((StringView)obj);
|
||||
else
|
||||
return;
|
||||
|
||||
if (result case .Ok(var parsedVal))
|
||||
val = parsedVal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue