-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New component AutoPostingChat(no Ready) #545
base: master
Are you sure you want to change the base?
New component AutoPostingChat(no Ready) #545
Conversation
Надо бы это закончить |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А как быть если я захочу этим компонентом постить только эмоции? Я думаю тут не всё в порядке пока что
Если хочешь постить только эмоции, просто оставляешь поле пустым.... по идее |
Хотя да, лучше поправить |
… секунд, тернарные операторы для упрощения кода и описания объявлённых полей в компоненте.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кусаться буду
private System.Timers.Timer _speakTimer = new(); | ||
private System.Timers.Timer _emoteTimer = new(); | ||
private readonly Random _random = new Random(); | ||
//private static readonly Random _random = new Random(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Таймеры в системе? Обычно они находятся в компоненте, и не являются System.Timers.Timer, как и рандом.
Рандом используется как Dependency IRobustRandom, или чего-то такого. Посмотри примеры, пожалуйста
Как идея для развития: |
Описание PR
В данном PR добавлен новый компонент AutoPostingChat, который позволяет сущности автоматически постить сообщения в чат с эмоциями и IC разговорными фразами.
Добавлен чисто по фану
Демонстрация:
Устарело
output.compress-video-online.com.1.mp4
Проверки и таски
Изменения
🆑 Schrodinger71