mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
chore(Network): fix NetworkHandlers access modifier (again)
This commit is contained in:
parent
dafb08403e
commit
c9a1ca2c14
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ namespace Dalamud.Game.Network
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This class handles network notifications and uploading market board data.
|
/// This class handles network notifications and uploading market board data.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class NetworkHandlers
|
internal class NetworkHandlers
|
||||||
{
|
{
|
||||||
private readonly Dalamud dalamud;
|
private readonly Dalamud dalamud;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue