GameLuckyBoxComponent.cs 197 B

12345678
  1. namespace ET
  2. {
  3. public class GameLuckyBoxComponent : Entity, IAwake, IDestroy, IDeserialize, IConfigHotLoad
  4. {
  5. //轮换抽奖活动id
  6. public int LuckyBoxRotatingId;
  7. }
  8. }