CTT/Unity/Assets/Hotfix/Logic/Model/Game/Entity/Other/ActiveComponent.cs

10 lines
185 B
C#

using System.Collections.Generic;
namespace ET
{
public class ActiveComponent:Entity
{
public int currSigninConfigId;
public bool isGetSingninReward;
}
}