using System; public interface IPackEffect { void ApplyEffect(); }