mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
chore: Remove IGameNetwork
- Deprecated in favor of hooks. See #2241. - Subject to Goat yelling at me.
This commit is contained in:
parent
191dfb57e3
commit
cb29322968
2 changed files with 16 additions and 39 deletions
|
|
@ -5,6 +5,7 @@ namespace Dalamud.Plugin.Services;
|
|||
/// <summary>
|
||||
/// This class handles interacting with game network events.
|
||||
/// </summary>
|
||||
[Obsolete("Will be removed in a future release. Use packet handler hooks instead.", true)]
|
||||
public interface IGameNetwork
|
||||
{
|
||||
// TODO(v9): we shouldn't be passing pointers to the actual data here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue