Skip to content

Commit

Permalink
Factorio support
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 5, 2021
1 parent 4531b91 commit 1fe9dd5
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/GameInstanceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public class GameInstanceManager : IDisposable
{
private static IGame[] knownGames = new IGame[]
{
new KerbalSpaceProgram()
new KerbalSpaceProgram(),
new Factorio()
};

public IUser User { get; set; }
Expand Down
Loading

0 comments on commit 1fe9dd5

Please sign in to comment.