Implement serialization, clipboard

This commit is contained in:
Maik Macho
2017-11-21 22:24:25 +01:00
parent 31613aa412
commit 6831781569
9 changed files with 151 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
function Path_Line(from,to,end = null)
{
this.__serialized_name__ = "Path_Line";
this.name = "line";
this.from = from;
this.to = to;
this.end = end;