气泡组件和配置项
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace AibisDream
|
||||
{
|
||||
public class DialogOldBox : DialogBoxBase
|
||||
{
|
||||
private void OnEnable()
|
||||
{
|
||||
DialogController.OnDialogueComplete += HideDialog;
|
||||
}
|
||||
|
||||
private void OnDisable()
|
||||
{
|
||||
DialogController.OnDialogueComplete -= HideDialog;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user