12 lines
No EOL
219 B
C#
12 lines
No EOL
219 B
C#
using System;
|
|
|
|
namespace CLre_server.Tweaks.Chat
|
|
{
|
|
[Serializable]
|
|
public struct ChatConfig
|
|
{
|
|
public bool commands_enabled;
|
|
public string email_address;
|
|
public string password;
|
|
}
|
|
} |