Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
T
tuseGameColor
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
shujianhe
tuseGameColor
Commits
4de22062
Commit
4de22062
authored
Aug 22, 2023
by
JiangWanZhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
\添加一个测试按钮
parent
ebc07515
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gameScene.unity
Assets/Scenes/gameScene.unity
+2
-2
GroupListManager.cs
Assets/scripts/Views/maingame/GroupListManager.cs
+6
-1
No files found.
Assets/Scenes/gameScene.unity
View file @
4de22062
...
...
@@ -1437,7 +1437,7 @@ MonoBehaviour:
m_Calls
:
-
m_Target
:
{
fileID
:
9106039126864166767
}
m_TargetAssemblyTypeName
:
GroupListManager, Assembly-CSharp
m_MethodName
:
Test
_Btn
m_MethodName
:
Save
_Btn
m_Mode
:
1
m_Arguments
:
m_ObjectArgument
:
{
fileID
:
0
}
...
...
@@ -3199,7 +3199,7 @@ MonoBehaviour:
m_Calls
:
-
m_Target
:
{
fileID
:
9106039126864166767
}
m_TargetAssemblyTypeName
:
GroupListManager, Assembly-CSharp
m_MethodName
:
Test
_Btn
m_MethodName
:
Clear
_Btn
m_Mode
:
1
m_Arguments
:
m_ObjectArgument
:
{
fileID
:
0
}
...
...
Assets/scripts/Views/maingame/GroupListManager.cs
View file @
4de22062
...
...
@@ -378,7 +378,12 @@ public class GroupListManager : MonoBehaviour
EventDispatcher
.
Dispatch
(
EventName
.
Event
.
Event_BackToHome
);
}
public
void
Test_Btn
()
public
void
Save_Btn
()
{
}
public
void
Clear_Btn
()
{
GameMgr
.
Ins
.
Clear
();
}
...
...
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