Delete 'unboxOnTheFloor.py'

This commit is contained in:
Michal Kijowski 2020-04-28 10:16:14 +00:00
parent f4861e1dc1
commit 198764fc01

View File

@ -1,10 +0,0 @@
import pygame
class UnboxOnTheFloor:
def __init__(self, screen, cell, we, ns):
self.cell = cell
self.ns = ns
self.we = we
self.screen = screen
def draw(self):
pass