Cleanup
This commit is contained in:
9
src/Core/FileTime.Core/Command/ICommand.cs
Normal file
9
src/Core/FileTime.Core/Command/ICommand.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using FileTime.Core.Timeline;
|
||||
|
||||
namespace FileTime.Core.Command
|
||||
{
|
||||
public interface ICommand
|
||||
{
|
||||
PointInTime SimulateCommand(PointInTime moment);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user