Clean-up and README
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# Game imports
|
||||
from entities.entity import Entity
|
||||
|
||||
class NPC(Entity):
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,4 @@
|
||||
# Game imports
|
||||
from entities.entity import Entity
|
||||
|
||||
class NPC(Entity):
|
||||
|
||||