namespace COM3D2.MeidoPhotoStudio.Plugin { internal interface IManager { void Update(); void Activate(); void Deactivate(); } }