File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,12 @@ Open to integration of more games & data.
10
10
- Add the ` GameDataReader ` NuGet package to your project: ` Install-Package GameDataReader `
11
11
- Add import statement: ` using GameDataReader; `
12
12
- For (optional) dependency injection, register your preferred DataReader to your ` IServiceCollection ` by configuring: ` services.AddBf2DataReader(); `
13
- - For (straight forward) static access, simply invoke ` GameDataReaders.Bf2.ReadActivePlayer() ` for example.
13
+ - For (straight forward) static access to GameData , simply invoke a supported method like: ` GameDataReaders.Bf2.ReadActivePlayer() `
14
14
15
15
# Currently supported games
16
16
17
17
## Battlefield 2
18
18
19
- ` GameDataReaders.Bf2.ReadActivePlayer() `
20
-
21
- - Bf2Player.OnlineName - from ` {userDocuments}\Battlefield 2\Profiles\{profileNumber}\Profile.con `
22
- - Bf2Player.ClanTag - from ` {userDocuments}\Battlefield 2\Profiles\Global.con `
19
+ - ` GameDataReaders.Bf2.ReadActivePlayer() `
20
+ - Bf2Player.OnlineName - from ` {userDocuments}\Battlefield 2\Profiles\{profileNumber}\Profile.con `
21
+ - Bf2Player.ClanTag - from ` {userDocuments}\Battlefield 2\Profiles\Global.con `
You can’t perform that action at this time.
0 commit comments