chore: remove opcodes from public API

This commit is contained in:
goat 2023-09-17 23:13:16 +02:00
parent 00fa1dc4f8
commit 3d94d07f56
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -19,17 +19,7 @@ public interface IDataManager
/// Gets the current game client language.
/// </summary>
public ClientLanguage Language { get; }
/// <summary>
/// Gets the OpCodes sent by the server to the client.
/// </summary>
public ReadOnlyDictionary<string, ushort> ServerOpCodes { get; }
/// <summary>
/// Gets the OpCodes sent by the client to the server.
/// </summary>
public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }
/// <summary>
/// Gets a <see cref="Lumina"/> object which gives access to any excel/game data.
/// </summary>