overriding_native_method.gd 86 B

12345
  1. func test():
  2. print("warn")
  3. func get(_property: StringName) -> Variant:
  4. return null