-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3552417
commit 8a4ee2e
Showing
3 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//=============================================================================== | ||
// Copyright (c) Serhiy Perevoznyk. All rights reserved. | ||
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY | ||
// OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT | ||
// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
// FITNESS FOR A PARTICULAR PURPOSE. | ||
//=============================================================================== | ||
|
||
namespace Swelio.Engine | ||
{ | ||
public enum Organization | ||
{ | ||
Unknown, | ||
SHAPE, | ||
NATO, | ||
BlueCard, | ||
Researcher | ||
} | ||
} |