literally half of the game
This commit is contained in:
parent
1590b5faa6
commit
b842289076
77 changed files with 11904 additions and 72 deletions
|
|
@ -4,6 +4,7 @@ using UnityEngine;
|
|||
[CreateAssetMenu(fileName = "New Dialogue Script", menuName = "Dialogue/Script")]
|
||||
public class DialogueScript : ScriptableObject
|
||||
{
|
||||
public string dialogueID;
|
||||
public List<DialogueCharacter> characters;
|
||||
public TextAsset script;
|
||||
public Task taskToStart;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue