Skip to content

Commit b8a9d8b

Browse files
add static and gitignore
1 parent 3a70452 commit b8a9d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Utils.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
class_name Utils extends Node
22

3-
func hello_utils(p_source: String) -> void:
3+
static func hello_utils(p_source: String) -> void:
44
prints(p_source, "> Hello, Utils!")

0 commit comments

Comments
 (0)