initial shit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func runCommand(args:Array):
|
||||
print("test")
|
||||
InventoryBus.givePlayerItem.emit(args[0])
|
||||
@@ -0,0 +1 @@
|
||||
uid://bvqkox22uye4s
|
||||
@@ -0,0 +1,4 @@
|
||||
extends Node
|
||||
|
||||
func runCommand(args:Array):
|
||||
CommandBus.sendChatMessageAs.emit(args[0], args[1])
|
||||
@@ -0,0 +1 @@
|
||||
uid://bxu4o5bts4nwf
|
||||
Reference in New Issue
Block a user