Base features
This commit is contained in:
12
src/FileTime.Core/Command/CreateElementCommand.cs
Normal file
12
src/FileTime.Core/Command/CreateElementCommand.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using FileTime.Core.Timeline;
|
||||
|
||||
namespace FileTime.Core.Command
|
||||
{
|
||||
public class CreateElementCommand : ICommand
|
||||
{
|
||||
public PointInTime SimulateCommand(PointInTime delta)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user