2025-09-19 17:28:05 +08:00

6 lines
97 B
C#

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