8 lines
68 B
Go
8 lines
68 B
Go
package gg
|
|
|
|
type Context struct {
|
|
Events []any
|
|
*Engine
|
|
*Image
|
|
}
|
|
|