您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 

12 行
178 B

  1. using System;
  2. public enum CIGInterestingRatingTriggerEventType
  3. {
  4. IAPPurchase,
  5. SpendCurrencies,
  6. LevelUp,
  7. OpenNewIsland,
  8. FoundTreasure,
  9. ClaimedAchievementAward
  10. }