Entitas-Go icon indicating copy to clipboard operation
Entitas-Go copied to clipboard

Game context gets created with lowercase

Open heynemann opened this issue 2 years ago • 0 comments

This is what gets generated (using the example game.go):

func (c *Contexts) game() EntityBase {

Meaning I can't import it.

heynemann avatar Jan 15 '22 17:01 heynemann