addded invisible magazine constants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user