Skip to content

Commit 873d7f2

Browse files
committed
Added missing extends.
1 parent abbbc04 commit 873d7f2

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

addons/SmoothScroll/helpers/scroll_debugger.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class_name ScrollDebugger
2+
extends RefCounted
23
## Static utility class for [SmoothScrollContainer] debug visualization.
34
##
45
## This class will progvide debug drawing functions for dev use.

addons/SmoothScroll/helpers/scroll_layout.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class_name ScrollLayout
2+
extends RefCounted
23
## Static utility class for [SmoothScrollContainer] layout and boundary calculations.
34
##
45
## Provides functions to calculate container sizes, content dimensions,

addons/SmoothScroll/helpers/scroll_physics.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class_name ScrollPhysics
2+
extends RefCounted
23
## Static utility class for [SmoothScrollContainer] physics calculations.
34
##
45
## This will handle overdrag forces, snapping to boundaries, and velocity calculations.

0 commit comments

Comments
 (0)