index
:
timeline.git
dev
main
release
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
BackEnd
/
Timeline
/
FrontEndMode.cs
blob: 635032921027b7d4cfc020ed93c1f1d2eb94bbdc (
plain
)
1
2
3
4
5
6
7
8
9
10
namespace
Timeline
{
enum
FrontEndMode
{
Disable
,
Mock
,
Proxy
,
Normal
}
}