﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace QFramework.WuZiQi
{
	public class GameOverEvent
	{
		public bool IsBlackWin { get; set; }
	}
}