//------------------------------------------------------------ // Game Framework // Copyright © 2013-2021 loyalsoft. All rights reserved. // Homepage: http://www.game7000.com/ // Feedback: http://www.game7000.com/ //------------------------------------------------------------ using GameFramework.Entity; using UnityEngine; namespace UnityGameFramework.Runtime { /// /// 实体组辅助器基类。 /// public abstract class EntityGroupHelperBase : MonoBehaviour, IEntityGroupHelper { } }