mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-12-02 17:57:59 +01:00
7 lines
No EOL
99 B
C#
7 lines
No EOL
99 B
C#
|
|
namespace CinemaDirector
|
|
{
|
|
public abstract class CinemaTween : TimelineAction
|
|
{
|
|
}
|
|
} |