Each of these classes has GDScript documentation comments, so that detailed information about the class is available within the Godot editor when the addon is present. To view that information, press ...
Copy the 'dci' directory to any location within your Godot project. Begin your DCI coding journey with the following code: # define data class Person extends dci_data: var name: String = "Player" # ...