This commit is contained in:
backuppc
2026-02-27 11:27:30 +09:00
parent 71b8a589c6
commit 03a53d49bf
14 changed files with 234 additions and 153 deletions

View File

@@ -355,7 +355,7 @@ namespace arDev
if (TurnInformation != null && TurnInformation.IsTurning)
{
//턴진행중에 들어온 태그는 무시하자 260226
RaiseMessage(MessageType.Normal, $"Tag Ignore by Turn (Tag:{tagnostr})");
RaiseMessage(MessageType.TagIgnore, $"Tag Ignore by Turn (Tag:{tagnostr})");
}
else
{

View File

@@ -485,6 +485,7 @@ namespace arDev
Error,
Send,
Recv,
TagIgnore,
}
public class MessageEventArgs : EventArgs