Interface IGame
Interface for the game service.
Inherited Members
Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken)
Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)
Namespace: Fibula.Mechanics.Contracts.Abstractions
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public interface IGame : IHostedService, IGameOperationsApi, ICombatOperationsApi
Properties
| Improve this Doc View SourceWorldInfo
Gets the game world's information.
Declaration
IWorldInformation WorldInfo { get; }
Property Value
Type | Description |
---|---|
IWorldInformation |