loadStoryFile function

void loadStoryFile(
  1. String pathToFile
)

Implementation

void loadStoryFile(String pathToFile){
  throw "Not implemented.";
}