renamed a method for uniformity

This commit is contained in:
otomo otonami 2022-07-25 18:39:12 +03:00
parent f68f7385f0
commit 1d09a1016f

View File

@ -12,5 +12,5 @@ class Player():
return self.name
def record_mark(self, x, y):
def add_mark(self, x, y):
self.markList.append((x, y))