Skip to content

Commit

Permalink
Update constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Oct 15, 2024
1 parent 8e02ce3 commit 8bed8b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Fika.Core/Networking/Models/Presence/FikaSetPresence.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Runtime.Serialization;
using System;
using System.Runtime.Serialization;
using static Fika.Core.UI.FikaUIGlobals;

namespace Fika.Core.Networking.Models.Presence
Expand All @@ -17,6 +18,7 @@ public FikaSetPresence(EFikaPlayerPresence presence)
Presence = presence;
}

[Obsolete("Currently not used, handled on server", true)]
public FikaSetPresence(EFikaPlayerPresence presence, RaidInformation? raidInformation)
{
Presence = presence;
Expand Down

0 comments on commit 8bed8b2

Please sign in to comment.