file encoding to utf-8

This commit is contained in:
d1str4ught
2025-08-19 00:30:50 +02:00
parent be56f3f31a
commit ea712bec83
241 changed files with 1753 additions and 1753 deletions

View File

@@ -3,7 +3,7 @@
#include "Packet.h"
/*
* 교환 창 관련
* 교환 창 관련
*/
class CPythonExchange : public CSingleton<CPythonExchange>
{
@@ -86,7 +86,7 @@ class CPythonExchange : public CSingleton<CPythonExchange>
protected:
bool m_isTrading;
bool m_elk_mode; // 엘크를 클릭해서 교환했을때를 위한 변종임.
bool m_elk_mode; // 엘크를 클릭해서 교환했을때를 위한 변종임.
TExchangeData m_self;
TExchangeData m_victim;
};