Add tick update to template.
This commit is contained in:
parent
8da559eede
commit
b27021b759
|
@ -14,10 +14,13 @@ namespace IngameScript
|
|||
{
|
||||
Ini = new MyIni();
|
||||
Console = new MainConsole(this, "Program Name");
|
||||
|
||||
Console.UpdateTickCount();
|
||||
}
|
||||
|
||||
public void Main(string argument, UpdateType updateSource)
|
||||
{
|
||||
Console.UpdateTickCount();
|
||||
handleInput(argument);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user