Files
aibis-dream/Assets/DialogLine.cs
T
2025-05-09 18:54:30 +08:00

22 lines
363 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace AibisDream
{
public class DialogLine : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}