Initial commit: Client Doc docs Server Tools
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"gameId": "rps",
|
||||
"serverSrcDir": "RPS",
|
||||
"serverProject": "RPS.Server/RPS.Server.csproj",
|
||||
"serverAssembly": "RPS.Server.dll",
|
||||
"serverEntryType": "RPS.Server.RpsServerRoom",
|
||||
"clientProject": "Client/HotUpdateGames/RPS.Client/RPS.Client.csproj",
|
||||
"coreDll": "RPS.Core.dll",
|
||||
"clientDll": "RPS.Client.dll",
|
||||
"clientEntryType": "RPS.Client.RpsGameClient",
|
||||
"minFrameworkVersion": 1,
|
||||
"playerCount": 2,
|
||||
"tickRateHz": 10
|
||||
}
|
||||
Reference in New Issue
Block a user