3D STL MODEL FOR CNC Tharsis item. 69078
In our studio we design high quality polygonal 3d models for CNC machines or 3d printers according to your preferences.
Vendor: 3d-69078
Category: Games
Reminder!
Order delivery time is 5-7 working days after payment
The link is sent to your email or messenger
- The models are compatible with all CNC machines
- We’ll adjust the STL to the required dimensions for free
- We’ll divide the model into parts for free.
Tharsis
{
public class Player
{
public int Food { get; set; }
public int Morale { get; set; }
public int Science { get; set; }
public int Hull { get; set; }
public List Crew { get; set; }
public List Resources { get; set; }
public List Events { get; set; }
public List Perks { get; set; }
public List Missions { get; set; }
public List Rolls { get; set; }
public List Actions { get; set; }
public List Turns { get; set; }
public List Dice { get; set; }
public int CurrentTurn { get; set; }
public int CurrentAction { get; set; }
public int CurrentRoll { get; set; }
public int CurrentCrewMember { get; set; }
public int CurrentEvent { get; set; }
public int CurrentPerk { get; set; }
public int CurrentMission { get; set; }
public int CurrentResource { get;