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

6 lines
58 B
Go
Raw Normal View History

2020-06-21 22:40:37 +00:00
package d2common
type Size struct {
Width, Height int
}