Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tetra-tower
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Oenos
tetra-tower
Commits
343ea7e4
Commit
343ea7e4
authored
Feb 24, 2019
by
16도재형
Committed by
18손재민
Feb 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
몬가 시작할려고 함
parent
344809c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
BossRoomInGame.cs
Assets/Scripts/TetrisMap/Rooms/BossRoomInGame.cs
+6
-2
No files found.
Assets/Scripts/TetrisMap/Rooms/BossRoomInGame.cs
View file @
343ea7e4
...
...
@@ -4,10 +4,14 @@ using UnityEngine;
public
class
BossRoomInGame
:
RoomInGame
{
IEnumerator
[]
phases
;
public
override
void
RoomEnter
()
{
base
.
RoomEnter
();
//보스 만들어지면 구현할 것
// 보스 소개
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment