Skip to content

Commit

Permalink
Missing method implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilisThePikachu committed Sep 30, 2024
1 parent 8d45793 commit c133197
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Robust.UnitTesting/GameControllerDummy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,10 @@ public void MouseWheel(MouseWheelEventArgs mouseWheelEventArgs)
public void OverrideMainLoop(IGameLoop gameLoop)
{
}

public string GameTitle()
{
return "RobustToolbox";
}
}
}

0 comments on commit c133197

Please sign in to comment.