1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-20 15:37:31 -05:00
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
}