Skip to content

Commit

Permalink
Merge branch 'main' into Add-Dialogue-Skip
Browse files Browse the repository at this point in the history
  • Loading branch information
BDeshiDev authored May 3, 2024
2 parents 534b4f3 + 1111ea1 commit aef8264
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Linq;
using UnityEngine;
using UnityEngine.Serialization;
using UnityEngine.UIElements;

namespace Studio23.SS2.DialogueSystem.Data
{
Expand All @@ -11,6 +12,7 @@ namespace Studio23.SS2.DialogueSystem.Data
public class CharacterData : ScriptableObject
{
public string CharacterName;
public Sprite DefaultSprite;
public Color DialogueColor;
public List<CharacterExpressionData> Expressions;

Expand Down

0 comments on commit aef8264

Please sign in to comment.