1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-20 22:25:24 +00:00
OpenDiablo2/d2common/d2fileformats/d2mpq/mpq_file_record.go

8 lines
118 B
Go
Raw Normal View History

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