Skip to content

Commit feedf8e

Browse files
committed
Fix namespace mismatch
1 parent a50e09a commit feedf8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/UnityEventTimeline/Runtime/EventTimelineModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#nullable enable
22

3-
namespace UnityEventTimeline.Internal
3+
namespace UnityEventTimeline
44
{
55
/// <summary>
66
/// Base class for all models used within the EventTimeline system. Provides core functionality for model validation and access tracking.

Assets/UnityEventTimeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.ahmedkamal.unity.eventtimeline",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"displayName": "UnityEventTimeline",
55
"description": "A thread-safe event scheduling and timeline management system for Unity with efficient object pooling, priority-based event queue, and model-based state management. Features plug-and-play setup, time scaling, scene transition handling, and automatic memory optimization.",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)