onready_with_export.gd 78 B

123456
  1. extends Node
  2. @onready @export var conflict = ""
  3. func test():
  4. print("warn")