Lore locker

This commit is contained in:
Marco 2025-10-09 10:35:05 +02:00
commit 52999bbc8b
8 changed files with 658 additions and 563 deletions

View file

@ -40,6 +40,7 @@ public partial class DialogueActor3D : Area3D, IInteractable
public void _func_godot_apply_properties(Dictionary<string, string> props)
{
TimelineName = props["timeline"];
CustomDialogue = props["custom_dialogue"];
}
public bool Activate(ActivationType activationType = ActivationType.Toggle)