addded invisible magazine constants

This commit is contained in:
Lucio Maranta
2020-04-22 11:14:58 +02:00
parent 20d9eca6b3
commit 0c2a244115
3 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -95,7 +95,8 @@ namespace CMS_CORE_Library.Models
REVOLVER = 3,
BOX_MAGAZINE = 5,
MAGAZINE_TOOL_BUFFER = 7,
MAGAZINE_LOADING_STATION = 9
MAGAZINE_LOADING_STATION = 9,
INVISIBLE_MAGAZINE = 99
}
public enum NC_MAGAZINE_TYPE
@@ -104,6 +105,7 @@ namespace CMS_CORE_Library.Models
DISK = 1,
CHAIN = 2,
MAGAZINE_TOOL_BUFFER = 4,
INVISIBLE_MAGAZINE = 5
}
public enum POSITION_TYPE