We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2308b74 commit 0b4bb0aCopy full SHA for 0b4bb0a
Documentation/First Launch.md
@@ -75,7 +75,8 @@ Go to the `Deploy` tab:
75
76
1. `Deploy` generates classes and data from your created entries.
77
2. Click the button and wait until compilation finishes.
78
-3. After that, your data becomes accessible in code (example:
+3. After that, your data becomes accessible in code
79
+ example:
80
```csharp
81
IReadOnlyList<TestTemplate> testData = DataConstructor.DataManager.TestData;
82
```
0 commit comments