DRHPS/code-csharp/en_US/LegendStoryPanel.cs
2025-04-08 11:31:35 +08:00

16 lines
297 B
C#

using System;
using UnityEngine;
[Serializable]
public class LegendStoryPanel
{
[Header("Leave Empty to continue previous panel")]
public string StoryPanelName;
public int StoryPanelTextIndex;
public float PanelTimeLength;
public bool StartSecondaryMusic;
}