Skip to content

Commit 0773390

Browse files
committed
restructure
1 parent 2e0c079 commit 0773390

5 files changed

Lines changed: 9 additions & 22 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ Thumbs.db
3939

4040
# dotCover
4141
*.dotCover
42+
43+
# meta
44+
**/*.meta

Allow2.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
using System;
22
namespace Application
33
{
4+
/// <summary>
5+
/// Environment: Use Production ONLY (staging is for internal testing).
6+
/// </summary>
47
public enum EnvType { Production, /*Sandbox,*/ Staging }
58

9+
/// <summary>
10+
/// Activities: These are the current activities for Allow2.
11+
/// </summary>
612
public enum Activity {
713
Internet = 1,
814
Computer = 2,

EnumeratedTypes.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)