1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-12 02:30:43 +00:00
OpenDiablo2/d2core/d2screen/loading_state.go

7 lines
120 B
Go

package d2screen
// LoadingState represents the loading state
type LoadingState struct {
updates chan loadingUpdate
}