PixelCrushers.DialogueSystem.TopdownKitSupport.DialogueSystemSaveData Class Reference

Use this script to include Dialogue System data in Top-down RPG Starter Kit's saved games. More...

Static Public Member Functions

static void SaveData ()
 
static void LoadData ()
 

Detailed Description

Use this script to include Dialogue System data in Top-down RPG Starter Kit's saved games.

You must edit Top-down RPG Starter Kit's CharacterData.cs script. In the SaveData method, call this script's SaveData. In the LoadData method, call this script's LoadData.

Member Function Documentation

◆ LoadData()

static void PixelCrushers.DialogueSystem.TopdownKitSupport.DialogueSystemSaveData.LoadData ( )
static

◆ SaveData()

static void PixelCrushers.DialogueSystem.TopdownKitSupport.DialogueSystemSaveData.SaveData ( )
static

The documentation for this class was generated from the following file: