zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
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;
}
}