This commit is contained in:
Kylin_on_Mac
2022-04-29 13:14:05 +08:00
parent d5a071ed32
commit 807f7b5c9d
3 changed files with 2 additions and 13 deletions

View File

@ -175,14 +175,3 @@ class EasyGame(PaiaGame):
food = Food(self.foods)
pass
@staticmethod
def ai_clients():
"""
let MLGame know how to parse your ai,
you can also use this names to get different cmd and send different data to each ai client
"""
return [
{"name": "1P",
},
]