restructured targets

This commit is contained in:
Jonas Zeunert
2020-02-11 15:38:46 +01:00
parent 53d55d16f5
commit 82f1ad6ed8
91 changed files with 289 additions and 206 deletions

View File

@@ -0,0 +1,8 @@
from src.targets.Target import Target
class LeftInlaneTarget(Target):
def __init__(self):
super(100, 'Left Inlane')
def hit(self):
super.hit()