From 4996c4b58201482cf5d069cda981fde73228dbf3 Mon Sep 17 00:00:00 2001 From: Sebastian Lague Date: Fri, 21 Jul 2023 14:18:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e359d0..0617610 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can submit your entry [here](https://forms.gle/6jjj8jxNQ5Ln53ie6). * You may not use the unsafe keyword. * All of your code/data must be contained within the _MyBot.cs_ file. * Note: you may create additional scripts for testing/training your bot, but only the _MyBot.cs_ file will be submitted, so it must be able to run without them. - * You may not rename the _MyBot_ struct contained in the _MyBot.cs_ file. + * You may not rename the _MyBot_ struct or _Think_ function contained in the _MyBot.cs_ file. * The code in MyBot.cs may not exceed the _bot brain capacity_ of 1024 (see below). ## Bot Brain Capacity