Don't actually use the IConsoleProgram interface in code since it would require a huge number of casts and everything is inside Program anyway.
This commit is contained in:
@ -18,7 +18,7 @@ namespace IngameScript
|
||||
|
||||
private SortedDictionary<int, List<ISequenceable>> _sequence = new SortedDictionary<int, List<ISequenceable>>();
|
||||
|
||||
public Sequencer(IConsoleProgram program, string name)
|
||||
public Sequencer(Program program, string name)
|
||||
{
|
||||
Name = name;
|
||||
_console = new PrefixedConsole(program.Console, Name);
|
||||
|
Reference in New Issue
Block a user