update ai and game_object.py

This commit is contained in:
Kylin_on_Mac
2022-08-03 15:08:36 +08:00
parent 4ab409e272
commit 6097d34b9b
2 changed files with 30 additions and 15 deletions

View File

@ -3,7 +3,7 @@ import pygame
class MLPlay:
def __init__(self):
def __init__(self,ai_name,*args,**kwargs):
print("Initial ml script")
def update(self, scene_info: dict, keyboard:list=[], *args, **kwargs):