using System; namespace ARMeilleure.Translation.PTC { public interface IPtcLoadState { event Action PtcStateChanged; void Continue(); } }