mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
feat(multiplayer): add shared allocation quota
This commit is contained in:
@@ -68,6 +68,7 @@ func main() {
|
||||
Service: allocator.Service{
|
||||
Provider: client,
|
||||
Durable: store.AllocationRegistry{DB: db},
|
||||
Quota: store.AllocationQuota{DB: db},
|
||||
Budget: budget,
|
||||
Now: now,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user