mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
ScriptCore: Cleanup and refactoring
A bit of nullable stuff
This commit is contained in:
@@ -86,7 +86,7 @@ public class SerializedObject
|
||||
_structScopeName = _structScopeName.Remove(_structScopeName.Length - scopeToRemove.Length - 1);
|
||||
}
|
||||
|
||||
public void AddField(string fieldName, SerializationType serializationType, object value, string fullTypeName = null)
|
||||
public void AddField(string fieldName, SerializationType serializationType, object value, string? fullTypeName = null)
|
||||
{
|
||||
string completeFieldName = $"{_structScopeName}{fieldName}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user