OpenDiablo2/d2common/d2geom/size.go

7 lines
82 B
Go

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