Commit 214fbfeb authored by 18손재민's avatar 18손재민

Merge branch 'boss'

parents 50df5e01 343ea7e4
...@@ -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