Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
M
MusicBigWatermelon
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
MusicBigWatermelon
Commits
bc12ccce
Commit
bc12ccce
authored
Aug 03, 2021
by
LiLiuZhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0e676516
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
MainPanel.cs
Assets/Scripts/Panel/MainPanel.cs
+5
-7
No files found.
Assets/Scripts/Panel/MainPanel.cs
View file @
bc12ccce
...
@@ -6,18 +6,16 @@ using UnityEngine.UI;
...
@@ -6,18 +6,16 @@ using UnityEngine.UI;
public
class
MainPanel
:
BasePanel
public
class
MainPanel
:
BasePanel
{
{
<<<<<<<
HEAD
private
int
nextSongId
=
0
;
private
List
<
string
>
notesList
=
null
;
private
int
playNoteIndex
=
0
;
private
bool
IsSuccess
=
false
;
protected
override
void
Awake
()
protected
override
void
Awake
()
{
{
base
.
Awake
();
base
.
Awake
();
EventCenter
.
Getinstance
().
AddUpdateListener
(
"RegisterPanel"
,()=>
{
UIMgr
.
Getinstance
().
RegisterPanel
<
MainPanel
>(
this
);
});
EventCenter
.
Getinstance
().
AddUpdateListener
(
"RegisterPanel"
,()=>
{
UIMgr
.
Getinstance
().
RegisterPanel
<
MainPanel
>(
this
);
});
}
}
=======
private
int
nextSongId
=
0
;
private
List
<
string
>
notesList
=
null
;
private
int
playNoteIndex
=
0
;
private
bool
IsSuccess
=
false
;
>>>>>>>
0f
a10fd520ad3cd02f948768758850a333bc8c2c
public
override
void
OnHide
(
object
data
=
null
)
public
override
void
OnHide
(
object
data
=
null
)
{
{
...
...
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