Skip to content
Snippets Groups Projects
Commit 0608012a authored by stendler's avatar stendler
Browse files

memory serializable tweaks

parent 34b741ab
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,9 @@ namespace MemoryBox.arScene.Scripts
{
// meta data
public long Id;
public string Name;
public DateTime CreationTime;
public Boolean Published;
public bool Published;
// gpsData
public GpSdata GpSdata;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment