10 lines
185 B
C#
10 lines
185 B
C#
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
public class ActiveComponent:Entity
|
|||
|
{
|
|||
|
public int currSigninConfigId;
|
|||
|
public bool isGetSingninReward;
|
|||
|
}
|
|||
|
}
|