1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-16 00:08:29 -04:00
OpenDiablo2/common/MpqFileRecord.go

8 lines
119 B
Go
Raw Normal View History

2019-11-06 22:12:15 -05:00
package common
type MpqFileRecord struct {
MpqFile string
IsPatch bool
UnpatchedMpqFile string
}