// ***********************************************************************
// Assembly : Unity
// Author : Kimch
// Created : 2018-2-29
// Description : 游戏精英怪
// Last Modified By :
// Last Modified On :
// ***********************************************************************
//
//
// ***********************************************************************
using System.Collections;
using UnityEngine;
namespace G
{
///
///
///
public class EntityElite : EntityEnemy
{
}
}