Added combat event transmission

This commit is contained in:
Segey Lapin
2021-12-29 01:40:52 +03:00
parent f22cc56075
commit d9e55d7dcf

6
autoload/combat.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Node
signal event(ev_name, ev_data)
func _ready():
pass # Replace with function body.