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

namespace QFramework.SaoLei
{

	public class GameMainCellEvent
	{
		public int row {get;set;}
		public int col {get;set;}
		public int clickType{get;set;}
	}
	public class GameMainResetEvent
	{

	}
}

