mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-04 17:27:16 -05:00
7 lines
120 B
Go
7 lines
120 B
Go
package d2screen
|
|
|
|
// LoadingState represents the loading state
|
|
type LoadingState struct {
|
|
updates chan loadingUpdate
|
|
}
|