12 lines
238 B
C#
Raw Normal View History

2025-03-11 15:30:07 +08:00
using ZXKFramework;
public class StepRecordEvent : IGameEvent
{
public string subModule;
public string task;
public string stepType;
public string answer;
public string yourAnswer;
public bool start;
}