# ############################################################################ # # Copyright © 2019-2022 Frédéric Maquin # Licensed under the MIT License. # See LICENSE in the project root for license information. # ############################################################################ # extends Resource # A very simple resource to store the content of a json file, as a string. class_name InkResource # ############################################################################ # # Properties # ############################################################################ # @export var json: String = ""