You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
152 B

extends Reference
# I hate this
# Used for do not care values in stubs
# Probably a better way to handle it
func get_class() -> String:
return "Any"