Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 24 forks source link

Game should track if it is an online game #51

Closed QuinnBast closed 3 years ago

QuinnBast commented 3 years ago

Enhancement Description

When a game has been loaded from an online game, the Game should have a flag to determine if it is a multiplayer game. This lets unity know if the user's game actions should be submitted to the network or not. This is as easy as adding a flag to the game configuration