1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-11 11:06:30 -05:00
OpenDiablo2/d2data/mpq/MpqFileRecord.go

8 lines
116 B
Go
Raw Normal View History

2019-11-10 03:36:53 -05:00
package mpq
type MpqFileRecord struct {
MpqFile string
IsPatch bool
UnpatchedMpqFile string
}