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