Unofficial CardLife revival project, pronounced like "celery"
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using System;
-
- namespace CLre_server.Tweaks.Chat
- {
- [Serializable]
- public struct ChatConfig
- {
- public bool commands_enabled;
- public string email_address;
- public string password;
- }
- }
|