//------------------------------------------------------------ // Game Framework // Copyright © 2013-2021 loyalsoft. All rights reserved. // Homepage: http://www.game7000.com/ // Feedback: http://www.game7000.com/ //------------------------------------------------------------ namespace UnityGameFramework.Runtime { /// /// 默认实体组辅助器。 /// public class DefaultEntityGroupHelper : EntityGroupHelperBase { } }