using System.Collections.Generic;
using UnityEngine;

public class IngameDialogActorDatabaseProvider : MonoBehaviour
{
    public SpriteActorDatabase database;
}
