6 lines
97 B
C#
Raw Normal View History

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