Implement live game clock and simulation controls; enhance API with clock update functionality and improve world summary with clock data; update UI to display simulation controls and integrate clock features into the game experience.
This commit is contained in:
@@ -2,6 +2,7 @@ using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging.Abstractions;
|
||||
using Microsoft.Extensions.Options;
|
||||
using TheLivingWorld.Api.Generation;
|
||||
using TheLivingWorld.Api.Simulation;
|
||||
using TheLivingWorld.Api.Storage;
|
||||
using TheLivingWorld.Core.Contracts;
|
||||
using TheLivingWorld.Core.Export;
|
||||
@@ -66,6 +67,7 @@ public sealed class WorldGenerationServiceTests : IDisposable
|
||||
generator,
|
||||
_store,
|
||||
new ChunkExporter(),
|
||||
new WorldSimulationHost(_store, NullLogger<WorldSimulationHost>.Instance),
|
||||
Options.Create(new WorldStorageOptions
|
||||
{
|
||||
RootDirectory = _root,
|
||||
|
||||
Reference in New Issue
Block a user