13 lines
224 B
C#
13 lines
224 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace AibisDream
|
|
{
|
|
public class DialogBubble : DialogBoxBase
|
|
{
|
|
// 气泡功能比较简单似乎不需要加别的
|
|
}
|
|
}
|
|
|