Open sabuto opened 3 years ago
So in my behaviour i have
private List<string>? _events
which contains a list of things in the
protected override void OnMessage(MessageEventArgs e)
how do i check if the sender of the message has a certain one of these and then how would i get a list of id's to be able to send to that also has these I hope this makes sense
So in my behaviour i have
which contains a list of things in the
how do i check if the sender of the message has a certain one of these and then how would i get a list of id's to be able to send to that also has these I hope this makes sense