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

@@ -89,17 +89,17 @@ protected:
protected:
EMonsterAreaInfoType m_eMonsterAreaInfoType;
// Group Type Á¤º¸
// Group Type 정보
DWORD m_dwGroupID;
std::string m_strGroupName;
std::string m_strLeaderName;
DWORD m_dwFollowerCount;
// Monster Type Á¤º¸
// Monster Type 정보
DWORD m_dwVID;
std::string m_strMonsterName;
// °øÅë Á¤º¸
// 공통 정보
DWORD m_dwMonsterCount;
EMonsterDir m_eMonsterDir;
D3DXVECTOR2 m_v2Monsterdirection;