Example #1
0
 public WidgetData()
 {
     Name = "";
     ParentID = -1;
     appearenceData = new List<AppearenceData>();
     translations = new List<WidgetTranslation>();
     Location = new Vector2Data();
     Size = new Vector2Data();
 }
Example #2
0
 public WidgetData()
 {
     Name           = "";
     ParentID       = -1;
     appearenceData = new List <AppearenceData>();
     translations   = new List <WidgetTranslation>();
     Location       = new Vector2Data();
     Size           = new Vector2Data();
 }