chore(client): add gdUnit4 test framework addon
Vendor gdUnit4 for Godot 4 client testing (D-030). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class_name ClassWithPoolStringArrayFunc
|
||||
extends RefCounted
|
||||
|
||||
var _values :PackedStringArray
|
||||
|
||||
func set_values(values :PackedStringArray) -> void:
|
||||
_values = values
|
||||
Reference in New Issue
Block a user