5 lines
88 B
GDScript
5 lines
88 B
GDScript
class_name Munderwood_Pathing_World
|
|
extends Node
|
|
|
|
func foo() -> String:
|
|
return "test"
|