2026-03-24 11:39:01 +08:00

6 lines
97 B
C#

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