8 lines
99 B
C#

namespace ET.Client
{
public struct GachaUpdatedEvent
{
public int PoolId;
}
}