Updated generated files

(cherry picked from commit 709ac8b5642c543c7b70c0423adac000b488f316)
This commit is contained in:
sven-n
2026-07-26 09:42:54 +02:00
committed by Acentech Dev
parent 0aedeb9ce8
commit cb810e8b0c
8 changed files with 457 additions and 217 deletions

View File

@@ -996,6 +996,60 @@ namespace MUnique.OpenMU.GameServer.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Handles the packets about chat commands (0xF5)..
/// </summary>
public static string ChatCommandGroupHandlerPlugIn_Description {
get {
return ResourceManager.GetString("ChatCommandGroupHandlerPlugIn_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Chat command packet group handler.
/// </summary>
public static string ChatCommandGroupHandlerPlugIn_Name {
get {
return ResourceManager.GetString("ChatCommandGroupHandlerPlugIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Handles the request for the list of chat commands which are available to the player..
/// </summary>
public static string ChatCommandListRequestHandlerPlugIn_Description {
get {
return ResourceManager.GetString("ChatCommandListRequestHandlerPlugIn_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Chat command list request handler.
/// </summary>
public static string ChatCommandListRequestHandlerPlugIn_Name {
get {
return ResourceManager.GetString("ChatCommandListRequestHandlerPlugIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sends the chat commands which are available to the player, so that the client can offer them in a user interface..
/// </summary>
public static string ChatCommandListViewPlugIn_Description {
get {
return ResourceManager.GetString("ChatCommandListViewPlugIn_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Chat command list view.
/// </summary>
public static string ChatCommandListViewPlugIn_Name {
get {
return ResourceManager.GetString("ChatCommandListViewPlugIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Packet handler for chat messages..
/// </summary>
@@ -6215,59 +6269,5 @@ namespace MUnique.OpenMU.GameServer.Properties {
return ResourceManager.GetString("WhisperedChatMessageHandlerPlugIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Chat command list view.
/// </summary>
public static string ChatCommandListViewPlugIn_Name {
get {
return ResourceManager.GetString("ChatCommandListViewPlugIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sends the chat commands which are available to the player, so that the client can offer them in a user interface..
/// </summary>
public static string ChatCommandListViewPlugIn_Description {
get {
return ResourceManager.GetString("ChatCommandListViewPlugIn_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Chat command packet group handler.
/// </summary>
public static string ChatCommandGroupHandlerPlugIn_Name {
get {
return ResourceManager.GetString("ChatCommandGroupHandlerPlugIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Handles the packets about chat commands (0xF5)..
/// </summary>
public static string ChatCommandGroupHandlerPlugIn_Description {
get {
return ResourceManager.GetString("ChatCommandGroupHandlerPlugIn_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Chat command list request handler.
/// </summary>
public static string ChatCommandListRequestHandlerPlugIn_Name {
get {
return ResourceManager.GetString("ChatCommandListRequestHandlerPlugIn_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Handles the request for the list of chat commands which are available to the player..
/// </summary>
public static string ChatCommandListRequestHandlerPlugIn_Description {
get {
return ResourceManager.GetString("ChatCommandListRequestHandlerPlugIn_Description", resourceCulture);
}
}
}
}

File diff suppressed because it is too large Load Diff