~ruther/NosSmooth

af9cf5a3d9cc5856bd445c940628a9dba3125af4 — František Boháček 3 years ago 9a95f09
feat(game): make game stateful entity
1 files changed, 3 insertions(+), 1 deletions(-)

M Core/NosSmooth.Game/Game.cs
M Core/NosSmooth.Game/Game.cs => Core/NosSmooth.Game/Game.cs +3 -1
@@ 5,6 5,8 @@
//  Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Microsoft.Extensions.Options;
using NosSmooth.Core.Client;
using NosSmooth.Core.Stateful;
using NosSmooth.Game.Data.Characters;
using NosSmooth.Game.Data.Maps;
using NosSmooth.Game.Data.Raids;


@@ 14,7 16,7 @@ namespace NosSmooth.Game;
/// <summary>
/// Represents base nostale game class with the character, current map, friends and current raid.
/// </summary>
public class Game
public class Game : IStatefulEntity
{
    private readonly GameOptions _options;
    private Map? _currentMap;

Do not follow this link