1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-11 18:20:42 +00:00
OpenDiablo2/d2common/size.go
2020-06-21 18:40:37 -04:00

6 lines
58 B
Go

package d2common
type Size struct {
Width, Height int
}