docs: 테스트를 위한 코드 fixme 주석 추가
This commit is contained in:
@@ -92,6 +92,7 @@ namespace TON
|
||||
if (characterId > -1)
|
||||
{
|
||||
player = playersData[characterId];
|
||||
// FIXME: 테스트를 위해 캐릭터 레벨 강제 적용함
|
||||
player.level = 15;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user