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

View File

@@ -23,6 +23,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>