deleted invalid field in STRUCT_MINE_ATTRIBUTE_TYPES from project constants
This commit is contained in:
parent
b08ecef061
commit
0af9fa4b30
@ -73,7 +73,7 @@ STRUCT_MINE_ATTRIBUTES = {
|
||||
# (int, int) - index "row,column" where row=int and column=int (used exclusively for chained mine)
|
||||
STRUCT_MINE_ATTRIBUTE_TYPES = {
|
||||
"standard": [],
|
||||
"chained": [(int, int)],
|
||||
"chained": [],
|
||||
"time": [int]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user