@@ 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;