feat: add option to import chat colours from game

This commit is contained in:
Anna
2022-02-01 19:54:17 -05:00
parent fb3ee2efe2
commit 20ee6d1278
4 changed files with 55 additions and 5 deletions
-2
View File
@@ -50,8 +50,6 @@ internal unsafe class GameFunctions : IDisposable {
#pragma warning restore 0649
internal const int HqItemOffset = 1_000_000;
private Plugin Plugin { get; }
internal Party Party { get; }
internal Chat Chat { get; }