OpenDiablo2/d2common/d2fileformats/d2mpq/mpq_file_record.go

8 lines
118 B
Go

package d2mpq
type MpqFileRecord struct {
MpqFile string
IsPatch bool
UnpatchedMpqFile string
}