mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-09 06:09:39 +00:00
7 lines
144 B
C#
7 lines
144 B
C#
namespace Lunaris2.Handler.ChatCommand;
|
|
|
|
public class ChatSettings
|
|
{
|
|
public string Url { get; set; }
|
|
public string Model { get; set; }
|
|
} |