2025-05-18 01:04:31 +08:00

26 lines
628 B
C#

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