1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-20 14:15:23 +00:00
OpenDiablo2/Common/MpqFileRecord.go

8 lines
119 B
Go
Raw Normal View History

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