1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-15 12:10:49 +00:00
OpenDiablo2/d2common/d2fileformats/d2mpq/mpq_file_record.go
2020-06-28 22:32:34 -04:00

9 lines
170 B
Go

package d2mpq
// MpqFileRecord represents a file record in an MPQ
type MpqFileRecord struct {
MpqFile string
IsPatch bool
UnpatchedMpqFile string
}