private static void CreateEntry(IMGEntry parent, WZFloat obj) { parent.Name = obj.name; parent.value = new WZFloat(obj.value); }