This commit is contained in:
oguzhankoral
2025-06-23 15:57:24 +03:00
parent 93539adc1e
commit b783d2acb6
+1 -1
View File
@@ -15,6 +15,6 @@ public class LevelProxy : Base, IProxyCollection
/// The list of application ids of objects that use this level
/// </summary>
public required List<string> objects { get; set; }
public required DataObject value { get; set; }
}