Archived
pseudo mvc
This commit is contained in:
@@ -1 +1,2 @@
|
||||
from controller.client import Client
|
||||
from controller.game import GameController
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
from netcode import WSServer
|
||||
|
||||
|
||||
class GameController:
|
||||
server: WSServer
|
||||
|
||||
def __init__(self, server: WSServer):
|
||||
self.server = server
|
||||
|
||||
def start_game(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user