From 4e7ec6bfb432caba26ac672262a2d9ff43fc3300 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 27 Sep 2024 15:06:51 +0800 Subject: [PATCH] feat: add ThirdPersonCameraDelegate --- thermion_dart/lib/src/input/input.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_dart/lib/src/input/input.dart b/thermion_dart/lib/src/input/input.dart index ed7a15b0..ec6dfc2d 100644 --- a/thermion_dart/lib/src/input/input.dart +++ b/thermion_dart/lib/src/input/input.dart @@ -3,3 +3,4 @@ library; export 'src/input_handler.dart'; export 'src/delegates.dart'; export 'src/delegate_gesture_handler.dart'; +export 'src/implementations/third_person_camera_delegate.dart';