Guest User

Untitled

a guest
Mar 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. extends Node
  2.  
  3. func _ready():
  4. var simple = load("res://simple.gdns").new()
  5. simple.say(simple.hello("World"))
Add Comment
Please, Sign In to add comment