mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-02 17:27:23 -04:00
6 lines
58 B
Go
6 lines
58 B
Go
package d2common
|
|
|
|
type Size struct {
|
|
Width, Height int
|
|
}
|