gg/context.go

9 lines
68 B
Go
Raw Normal View History

package gg
type Context struct {
2024-01-08 07:12:35 +03:00
Events []any
*Engine
*Image
}
2024-05-28 11:24:12 +03:00