Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gadig
four
Commits
1adf727f
Commit
1adf727f
authored
Nov 19, 2016
by
Luke Smith
Browse files
Added Map.cs
parent
f7172a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Assets/Scripts/World/Map.cs
0 → 100644
View file @
1adf727f
using
UnityEngine
;
using
System.Collections
;
public
class
Map
:
MonoBehaviour
{
public
static
Tile
[,]
map
;
}
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