Initial multiplayer feature

This commit is contained in:
Nick O'Leary
2024-03-27 17:30:44 +00:00
parent 068b93befa
commit 014f206e9c
11 changed files with 404 additions and 1 deletions

View File

@@ -437,6 +437,10 @@ module.exports = {
}
},
multiplayer: {
/** To enable the Multiplayer feature, set this value to true */
enabled: false
},
},
/*******************************************************************************