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

13 行
210 B

  1. using System;
  2. using UnityEngine.Purchasing.Extension;
  3. namespace CIG
  4. {
  5. public class CafeBazaarPurchasingModule : IPurchasingModule
  6. {
  7. public void Configure(IPurchasingBinder binder)
  8. {
  9. }
  10. }
  11. }