Skip to content

Commit

Permalink
Change accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 5, 2024
1 parent 68cc64f commit 28a1a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/Networking/IFikaNetworkManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public interface IFikaNetworkManager
public CoopHandler CoopHandler { get; set; }
public void RegisterPacket<T>(Action<T> handle) where T : INetSerializable, new();
public void RegisterPacket<T, TUserData>(Action<T, TUserData> handle) where T : INetSerializable, new();
public void PrintStatistics();
internal void PrintStatistics();
}
}

0 comments on commit 28a1a94

Please sign in to comment.