No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EXP_EditorStory.gd 227B

123456789
  1. tool
  2. extends Resource
  3. export(String) var TYPE = "EXP_Story_editor"
  4. export(Dictionary) var names : Dictionary
  5. export(Dictionary) var story : Dictionary
  6. export(Array) var available_dids : Array
  7. export(Array) var groups : Array