using System; using System.Collections.Generic; [Obsolete] public interface IIAPPackItem { void FromProperties(Dictionary<string, object> dict); void ApplyEffect(); }