Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Game_jam19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erno Lokkila
Game_jam19
Commits
384d22bb
Commit
384d22bb
authored
6 years ago
by
Matti Loimaranta
Browse files
Options
Downloads
Patches
Plain Diff
Enum UpgradeTargets added
parent
681b6f00
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Assets/Scripts/UpgradeTargets.cs
+7
-0
7 additions, 0 deletions
Assets/Scripts/UpgradeTargets.cs
Assets/Scripts/UpgradeTargets.cs.meta
+11
-0
11 additions, 0 deletions
Assets/Scripts/UpgradeTargets.cs.meta
with
18 additions
and
0 deletions
Assets/Scripts/UpgradeTargets.cs
0 → 100644
+
7
−
0
View file @
384d22bb
using
System.Collections
;
using
System.Collections.Generic
;
using
UnityEngine
;
public
enum
UpgradeTargets
{
population
,
capacity
,
speed
,
collector
}
This diff is collapsed.
Click to expand it.
Assets/Scripts/UpgradeTargets.cs.meta
0 → 100644
+
11
−
0
View file @
384d22bb
fileFormatVersion: 2
guid: 52b1be7ed8d1a644297ee36070df4ab2
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment