This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
NorbiPeti
/
TBMM
Watch
2
Star
1
Fork
0
Code
Issues
2
Pull Requests
0
Releases
7
Wiki
Activity
Techblox Mod Manager / Launcher
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40
Commits
1
Branch
1.3MB
Tree:
a27f3449be
master
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a27f3449be'
${ noResults }
TBMM
/
GCMM
/
AutoPatchingState.cs
AutoPatchingState.cs
119B
Raw
Normal View
History
Steam --> launcher, autolaunch support in progress, localization
3 years ago
1
2
3
4
5
6
7
8
9
namespace GCMM
{
public enum AutoPatchingState
{
Unspecified,
Disabled,
Enabled
}
}