1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-12 18:50:42 +00:00
OpenDiablo2/Scenes/SceneProvider.go

7 lines
135 B
Go
Raw Normal View History

2019-10-26 04:26:48 +00:00
package Scenes
// SceneProvider provides the ability to change scenes
type SceneProvider interface {
SetNextScene(nextScene Scene)
}