Skip to content

Commit cfe549d

Browse files
Added section with details in bot config file.
1 parent 4e8440d commit cfe549d

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CSharpPythonAgent/CSharpPythonAgent.cfg

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,22 @@ looks_config = ./appearance.cfg
66
python_file = ./CSharpPythonAgent.py
77

88
# Name of the bot in-game
9-
name = CSharpExampleBot
9+
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

Comments
 (0)