Skip to content

Commit

Permalink
F1 23 plugin (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingmapsts authored Feb 13, 2024
1 parent 05b6097 commit 83e011e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions games/game_f123.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from ..basic_game import BasicGame


class F123Game(BasicGame):
Name = "F1 23 Support Plugin"
Author = "ju5tA1ex"
Version = "1.0.0"

GameName = "F1 23"
GameShortName = "F1 23"
GameSteamId = 2108330
GameBinary = "F1_23.exe"
GameDataPath = ""

0 comments on commit 83e011e

Please sign in to comment.