Change UserData in IKeyValue[]
This commit is contained in:
parent
d40cd8cf8e
commit
cd620e2c1f
5 changed files with 12 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
|||
using System.Runtime.Serialization;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SVGLDLibs.Models
|
||||
{
|
||||
|
@ -149,6 +150,6 @@ namespace SVGLDLibs.Models
|
|||
* User data that can be used for data storage or custom SVG
|
||||
*/
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
public object userData;
|
||||
public Dictionary<string, string> userData;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue