1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-18 09:15:59 -04:00
OpenDiablo2/Scenes/SceneProvider.go

7 lines
135 B
Go
Raw Normal View History

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