1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-20 23:47:16 -05:00

7 lines
84 B
Go
Raw Normal View History

2020-06-21 18:40:37 -04:00
package d2common
// Size represents a size
2020-06-21 18:40:37 -04:00
type Size struct {
Width, Height int
}