2025-10-09 17:36:27 +08:00

6 lines
97 B
C#

using ZXKFramework;
public class PlayTrueOrFalseEvent : IGameEvent
{
public bool isTrue;
}