You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ JSON Configuration File is a plugin for Godot that aims to aid reading user inpu
18
18
*[**JSONPropertyFile:**](./files/JSON-PROPERTY-FILE.md) Strings representing a path to a file.
19
19
*[**JSONPropertyJSONConfigFile:**](./files/JSON-PROPERTY-JSON-CONFIG-FILE.md) Strings representing a path to a JSON configuration file.
20
20
*[**JSONPropertyImage:**](./files/JSON-PROPERTY-IMAGE.md) Strings representing a path to an image file.
21
-
*[**JSONConfigProcessor:**](./files/JSON-PROPERTY-PROCESSOR.md) The abstract class from which any custom process must extend. The functionality of this class is a bit advanced, but basically, it serves as a way to create functions to process the user input before or after the property tests.
21
+
*[**JSONConfigProcessor:**](./files/JSON-CONFIG-PROCESSOR.md) The abstract class from which any custom process must extend. The functionality of this class is a bit advanced, but basically, it serves as a way to create functions to process the user input before or after the property tests.
0 commit comments