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

Remove configuration object duplication #67

Closed QuinnBast closed 3 years ago

QuinnBast commented 3 years ago

Description

Currently, we have two configuration files, one that clients send through gRPC and one that we use within the core game files. which gets populated from the config that gets passed through grpc connections. This MR removes the duplicate configuration files and uses the protobuf defined object as the only configuration object we use.

Testing

TODO: