We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8440d commit cfe549dCopy full SHA for cfe549d
CSharpPythonAgent/CSharpPythonAgent.cfg
@@ -6,4 +6,22 @@ looks_config = ./appearance.cfg
6
python_file = ./CSharpPythonAgent.py
7
8
# Name of the bot in-game
9
-name = CSharpExampleBot
+name = CSharpExampleBot
10
+
11
+[Details]
12
+# These values are optional but useful metadata for helper programs
13
+# Name of the bot's creator/developer
14
+developer = The RLBot community
15
16
+# Short description of the bot
17
+description = This is a multi-line description
18
+ of the official c# example bot
19
20
+# Fun fact about the bot
21
+fun_fact =
22
23
+# Link to github repository
24
+github = https://github.com/RLBot/RLBotCSharpExample
25
26
+# Programming language
27
+language = c#
0 commit comments