Commit 343ea7e4 authored by 16도재형's avatar 16도재형 Committed by 18손재민

몬가 시작할려고 함

parent 344809c4
...@@ -4,10 +4,14 @@ using UnityEngine; ...@@ -4,10 +4,14 @@ using UnityEngine;
public class BossRoomInGame : RoomInGame { public class BossRoomInGame : RoomInGame {
IEnumerator[] phases;
public override void RoomEnter() public override void RoomEnter()
{ {
base.RoomEnter(); base.RoomEnter();
//보스 만들어지면 구현할 것 // 보스 소개
} }
} }
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