1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-24 08:05:24 +00:00
OpenDiablo2/d2common/size.go
2020-07-08 09:16:56 -04:00

7 lines
84 B
Go

package d2common
// Size represents a size
type Size struct {
Width, Height int
}