initial shit
This commit is contained in:
5
EventManagers/CommandBus.gd
Normal file
5
EventManagers/CommandBus.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
signal sendChatMessage(message:String)
|
||||
signal sendChatMessageAs(user:String,message:String)
|
||||
signal castError(err:Dictionary)
|
||||
1
EventManagers/CommandBus.gd.uid
Normal file
1
EventManagers/CommandBus.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://csa2l3h2dohp1
|
||||
3
EventManagers/InventoryBus.gd
Normal file
3
EventManagers/InventoryBus.gd
Normal file
@@ -0,0 +1,3 @@
|
||||
extends Node
|
||||
signal givePlayerItem(id:String)
|
||||
signal removeFromSlot(slot:int)
|
||||
1
EventManagers/InventoryBus.gd.uid
Normal file
1
EventManagers/InventoryBus.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://1esfwguw47p3
|
||||
Reference in New Issue
Block a user