Adding log.gd
This commit is contained in:
parent
eb32d6614e
commit
4522259397
547 changed files with 46844 additions and 0 deletions
9
addons/gdUnit4/src/GdUnitValueExtractor.gd
Normal file
9
addons/gdUnit4/src/GdUnitValueExtractor.gd
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## This is the base interface for value extraction
|
||||
class_name GdUnitValueExtractor
|
||||
extends RefCounted
|
||||
|
||||
|
||||
## Extracts a value by given implementation
|
||||
func extract_value(value):
|
||||
push_error("Uninplemented func 'extract_value'")
|
||||
return value
|
||||
Loading…
Add table
Add a link
Reference in a new issue