1
0
forked from s444399/AI

Delete 'floor.py'

This commit is contained in:
Michal Kijowski 2020-04-28 10:15:45 +00:00
parent 5506ff1030
commit 3b157c383f

View File

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