You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 rivejä
181 B

  1. using System;
  2. using System.Collections.Generic;
  3. [Obsolete]
  4. public interface IIAPPackItem
  5. {
  6. void FromProperties(Dictionary<string, object> dict);
  7. void ApplyEffect();
  8. }