mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-06 00:26:40 -05:00
7 lines
84 B
Go
7 lines
84 B
Go
package d2common
|
|
|
|
// Size represents a size
|
|
type Size struct {
|
|
Width, Height int
|
|
}
|