Add label info type to client biz class

This commit is contained in:
Vortrex
2022-04-06 16:35:34 -05:00
parent 79f3d9f0d6
commit 3b3cc70b56

View File

@@ -18,6 +18,7 @@ class BusinessData {
this.hasInterior = hasInterior;
this.hasItems = hasItems;
this.blipId = -1;
this.labelInfoType = 0;
}
}