Files
Factory47/GameShit/PlayerController/ChatSystem/commands/base/giveItem.gd
2026-06-04 16:53:41 -05:00

6 lines
101 B
GDScript

extends Node
func runCommand(args:Array):
print("test")
InventoryBus.givePlayerItem.emit(args[0])