Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
civilization-iii
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
true-history-committee
civilization-iii
Commits
d84f4091
You need to sign in or sign up before continuing.
Commit
d84f4091
authored
Jan 23, 2018
by
16홍선우
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ManagementUIController modified
parent
3387d449
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
ManagementUIController.cs
Assets/Scripts/ManagementUIController.cs
+7
-4
No files found.
Assets/Scripts/ManagementUIController.cs
View file @
d84f4091
...
...
@@ -14,13 +14,15 @@ public class ManagementUIController : MonoBehaviour {
public
LinkedList
<
Production
>
mProduction
;
public
LinkedList
<
Production
>
mDeployment
;
private
Player
mPlayer
;
private
GameObject
gameManagerObject
;
private
CIVGameManager
gameManager
;
private
Presenter
mPresenter
;
public
Transform
newProduction
;
public
Transform
newPlacement
;
public
Button
pioneer
;
public
Transform
newPlacement
;
// prefabs
public
Button
pioneer
;
// new unit production when clicked
public
void
setControlUI
()
{
...
...
@@ -57,6 +59,7 @@ public class ManagementUIController : MonoBehaviour {
void
Update
()
{
mProduction
=
mProduction
=
mPlayer
.
Production
;
// The list of the not-finished productions of this player
mDeployment
=
mPlayer
.
Deployment
;
// The list of the ready-to-deploy productions of this player
}
}
}
\ No newline at end of file
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