mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-02-22 13:13:10 +01:00
7 lines
99 B
C#
7 lines
99 B
C#
|
|
|||
|
namespace CinemaDirector
|
|||
|
{
|
|||
|
public abstract class CinemaTween : TimelineAction
|
|||
|
{
|
|||
|
}
|
|||
|
}
|