Commit c770c811 authored by 18손재민's avatar 18손재민 Committed by 18신대성

필요 없는 코드 삭제

parent aea740a8
...@@ -53,8 +53,7 @@ socket.on('defeat', function(msg) // object player ...@@ -53,8 +53,7 @@ socket.on('defeat', function(msg) // object player
socket.on('attackSucceed', function(msg) socket.on('attackSucceed', function(msg)
{ {
let tempWord = new NameWord(msg.victim, true); let tempWord = WordSpace.generateWord.Name(WordSpace.gameSceneForTest, true, msg.victim);
tempWord.instantiate(WordSpace.gameSceneForTest);
tempWord.destroy(); tempWord.destroy();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment