mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-26 18:39:20 +01:00
Add a simple network monitor to xldata.
This commit is contained in:
parent
a88151de7f
commit
98221471d5
4 changed files with 180 additions and 2 deletions
|
|
@ -154,5 +154,10 @@ internal enum DataKind
|
|||
/// <summary>
|
||||
/// Data Share.
|
||||
/// </summary>
|
||||
DataShare,
|
||||
Data_Share,
|
||||
|
||||
/// <summary>
|
||||
/// Network Monitor.
|
||||
/// </summary>
|
||||
Network_Monitor,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue