6 lines
97 B
C#

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