public interface dof { // ? void Init(); void Frame(); // void Drop(); bool Active { get; set; } }