Advertisement
psi_mmobile

Untitled

Feb 20th, 2020
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.58 KB | None | 0 0
  1.     private String skinFamily;
  2.  
  3.     private int selectedPersonId = 0;
  4.     private Person selectedPerson;
  5.     private int selectedWbsId = 0;
  6.     private int lastSelectedWbsId = 0;
  7.  
  8.     private int selectedVehicleId = 0;
  9.     private Vehicle selectedVehicle;
  10.  
  11.     private int selectedFixedUnitId = 0;
  12.     private FixedUnit selectedFixedUnit;
  13.  
  14.     private int selectedPoiId = 0;
  15.     private PointOfInterest selectedPoi;
  16.  
  17.     private int lastSelectedPoiId = 0;
  18.     private PointOfInterest lastSelectedPoi;
  19.  
  20.     private int selectedObjectId = 0;
  21.     private Vehicle selectedObject;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement