StreamOverlay/lib/app_context.gd

8 lines
117 B
GDScript3
Raw Normal View History

2026-02-23 18:38:03 -06:00
extends Context
class_name OverlayContext
var chatters: DbSet
func _init() -> void:
chatters = DbSet.new(Chatter)