package coreobjects import rl "github.com/gen2brain/raylib-go/raylib" type ResourceManager struct { Textures TextrueManager } type TextrueManager struct { Textures map[uint64]rl.Texture2D }