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