GameEngine/pkg/engine/ports/package.go

7 lines
70 B
Go
Raw Permalink Normal View History

2024-09-16 17:47:12 +00:00
package engine
type Package interface {
Load() error
Terminate()
}