예제 #1
0
파일: Game.py 프로젝트: libavg/mtc-sponc
 def __init__(self, p1, p2, player):
     Line.__init__(self, p1, p2)
     self.__player = player
예제 #2
0
파일: Game.py 프로젝트: libavg/mtc-sponc
 def __init__(self, p1, p2):
     Line.__init__(self, p1, p2)