Initial project sync
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class_name ActionRuleModifier
|
||||
extends Resource
|
||||
|
||||
@export var blocked_action_tags: Array[StringName] = []
|
||||
@export var allowed_action_tags: Array[StringName] = []
|
||||
@export var allow_movement_while_charging := false
|
||||
@export var block_movement := false
|
||||
Reference in New Issue
Block a user