8 lines
117 B
GDScript3
8 lines
117 B
GDScript3
|
|
extends Context
|
||
|
|
class_name OverlayContext
|
||
|
|
|
||
|
|
var chatters: DbSet
|
||
|
|
|
||
|
|
func _init() -> void:
|
||
|
|
chatters = DbSet.new(Chatter)
|