merge impl-v2: server

This commit is contained in:
Lucien Greathouse
2018-06-10 22:59:04 -07:00
parent e30545c132
commit ec1f9bd706
35 changed files with 1643 additions and 1207 deletions

View File

@@ -0,0 +1,5 @@
{
"name": "empty",
"servePort": 23456,
"partitions": {}
}

View File

@@ -0,0 +1 @@
-- a.lua

View File

@@ -0,0 +1 @@
-- a.server.lua

View File

@@ -0,0 +1 @@
-- b.client.lua

View File

@@ -0,0 +1,10 @@
{
"name": "one-partition",
"servePort": 23456,
"partitions": {
"lib": {
"path": "lib",
"target": "ReplicatedStorage.OnePartition"
}
}
}