mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
Update to C# 7.3. Some job gauge abstraction added. Mid-work push.
This commit is contained in:
parent
84c66ddc6e
commit
8d02c977d2
20 changed files with 367 additions and 14 deletions
13
Dalamud/Game/ClientState/Structs/JobGauge/MNKGauge.cs
Normal file
13
Dalamud/Game/ClientState/Structs/JobGauge/MNKGauge.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Dalamud.Game.ClientState.Structs.JobGauge {
|
||||
|
||||
[StructLayout(LayoutKind.Explicit)]
|
||||
class MNKGauge {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue