mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-12-01 01:18:00 +01:00
10 lines
290 B
C#
10 lines
290 B
C#
|
|
|||
|
namespace CinemaDirector
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// The Director Group maintains tracks that are not attached to specific actors.
|
|||
|
/// </summary>
|
|||
|
[TrackGroupAttribute("Director Group", TimelineTrackGenre.GlobalTrack)]
|
|||
|
public sealed class DirectorGroup : TrackGroup
|
|||
|
{ }
|
|||
|
}
|