made the first changes towards multiplayer working

This commit is contained in:
2023-11-13 19:36:35 +11:00
parent b0f8a37f60
commit f004f64b71
26 changed files with 305 additions and 257 deletions

@ -7,13 +7,13 @@ var time_since_proc := 0.0
var time_existed := 0.0
func on_attached(affected, existing_effects):
func on_attached(_affected, _existing_effects):
pass
func on_removed(affected, existing_effects):
func on_removed(_affected, _existing_effects):
pass
func proc(affected, stacks, existing_effects):
func proc(_affected, _stacks, _existing_effects):
pass