Update to C# 7.3. Some job gauge abstraction added. Mid-work push.

This commit is contained in:
attick 2019-10-17 22:27:56 -04:00
parent 84c66ddc6e
commit 8d02c977d2
20 changed files with 367 additions and 14 deletions

View 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 {
}
}