Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
Smooth-E
/
infinidash
mirror of
https://github.com/Smooth-E/infinidash
Watch
1
Star
0
Fork
0
Files
Issues
0
Tree:
afa61c9c18
Branches
Tags
master
infinidash
/
Assets
/
Scripts
/
Game
/
OrbType.cs
OrbType.cs
154 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
namespace Game
{
public enum OrbType
{
Pink = 0,
Yellow = 1,
Red = 2,
Blue = 3,
Green = 4
}
}