File tree Expand file tree Collapse file tree
streamerbot/3.api/3.csharp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .content.cache.json
Original file line number Diff line number Diff line change 11---
2- title : All C# Methods
3- icon : mdi:code-braces-box
4- description : Reference of all C# Methods in Streamer.bot
5- category.title : C# Reference
6- category.icon : mdi:code-braces-box
7- ---
2+ title : C# Code
3+ icon : mdi:code-braces
4+ description : Explore all things C# in Streamer.bot, including full method and class references.
5+ category.icon : mdi:code-braces
6+ ---
7+
8+ :: card-group
9+ :: card { icon =i-mdi-book-open-variant title =" Guide " to =" /guide/csharp " }
10+ Learn how to create and use C# actions in Streamer.bot
11+ ::
12+ :: card { icon =i-mdi-creation title =Examples to =" /api/csharp/examples " }
13+ Explore example scripts to get started quickly
14+ ::
15+ :: card { icon =mdi:code-parentheses-box title =" C# Methods " to =" /api/csharp/methods " }
16+ Reference of all available C# methods
17+ ::
18+ :: card { icon =" i-mdi-code-braces-box " title =" C# Classes " to =" /api/csharp/classes " }
19+ Reference of all custom C# classes
20+ ::
21+ ::
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public class QuoteData
1111
1212 // GameId was removed in 1.0.0+ to make GameName
1313 // more flexible
14-
14+
1515 public string GameName { get ; set ; }
1616
1717 public string Quote { get ; set ; }
Original file line number Diff line number Diff line change 1+ test
You can’t perform that action at this time.
0 commit comments