1 2 3 4 5
extends RefCounted static func duplicate() -> Vector2: print("preload duplicate") return Vector2.ONE