Наследование: MonoBehaviour
 public TubeManagerStateChangedEventArgs(TubeManager.State state)
 {
     this.state = state;
 }
 public TubeManagerErrorEventArgs(TubeManager.ErrorReason error)
 {
     this.error = error;
 }