再次尝试稳定快速模式
This commit is contained in:
@@ -71,7 +71,16 @@ namespace AibisDream
|
||||
{
|
||||
// 无法继续
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 检查当前是否有活动的选项显示
|
||||
/// </summary>
|
||||
/// <returns>是否有活动选项</returns>
|
||||
public bool HasActiveOptions()
|
||||
{
|
||||
return gameObject.activeSelf;
|
||||
}
|
||||
|
||||
public void OnLocalizationChanged(string value)
|
||||
{
|
||||
_textParam = JsonUtil.ReadBeanByText<TextParam>(value);
|
||||
|
||||
Reference in New Issue
Block a user