mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Added C# -> Trenchbrom entity definition with reflection system
This commit is contained in:
@@ -169,6 +169,11 @@ void NetScriptPanel::Draw(Nuake::Entity entity)
|
||||
{
|
||||
if (!field.Value.has_value())
|
||||
{
|
||||
if (!field.DefaultValue.has_value())
|
||||
{
|
||||
field.DefaultValue = std::string();
|
||||
}
|
||||
|
||||
field.Value = field.DefaultValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user