Skip to content

Commit

Permalink
Merge pull request #34 from Wenveo/pr/src-folder
Browse files Browse the repository at this point in the history
Use the src folder
  • Loading branch information
authored Jul 27, 2023
2 parents f90a948 + ff9b18b commit 0e39c5c
Show file tree
Hide file tree
Showing 22 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "Noisrev.League.IO.RST.sln"
}
4 changes: 2 additions & 2 deletions Noisrev.League.IO.RST.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Noisrev.League.IO.RST", "Noisrev.League.IO.RST\Noisrev.League.IO.RST.csproj", "{794101B4-1AA1-44C1-87E0-DCAC4CB905BC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Noisrev.League.IO.RST", "src\Noisrev.League.IO.RST\Noisrev.League.IO.RST.csproj", "{794101B4-1AA1-44C1-87E0-DCAC4CB905BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Noisrev.League.IO.RST.BenchmarkTest", "Noisrev.League.IO.RST.BenchmarkTest\Noisrev.League.IO.RST.BenchmarkTest.csproj", "{B9802500-30BE-4588-9160-7A33810227CA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Noisrev.League.IO.RST.BenchmarkTest", "src\Noisrev.League.IO.RST.BenchmarkTest\Noisrev.League.IO.RST.BenchmarkTest.csproj", "{B9802500-30BE-4588-9160-7A33810227CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Improved performance for Read/Write, Less time/op and lower memory allocation. ^
| Write | .NET 6.0 | 52.20 ms | 30 MB |


# ✨ RST (Riot String Table)
# ✨ RST (Riot String Table)
The file is used to store strings of in-game text.
- Champion name, skill description, skin name, etc...
- *Like:* **"Riven"**, **"Championship Riven 2016"**, **"\<mainText>\<stats>\<attention>%i:scaleAP% 25\</attention> Ability Power\<br>\<attention>%i:scaleMPen% 15%\</attention> Magic Penetration\</stats>\</mainText>\<br>"**
- And more...

***If you would like to see more details about the RST file, please see: [RSTFile.cs](Noisrev.League.IO.RST/RSTFile.cs).***
***If you would like to see more details about the RST file, please see: [RSTFile.cs](src/Noisrev.League.IO.RST/RSTFile.cs).***

# 🚀 Quick Start

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e39c5c

Please sign in to comment.