mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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>
|
||||
/// This class handles network notifications and uploading market board data.
|
||||
/// </summary>
|
||||
public class NetworkHandlers
|
||||
internal class NetworkHandlers
|
||||
{
|
||||
private readonly Dalamud dalamud;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue