new call cost system
TODO: change all the ctrls from latency to amount per tick.
This commit is contained in:
@@ -40,8 +40,8 @@ typedef struct nn_computer {
|
||||
double temperature;
|
||||
double temperatureCoefficient;
|
||||
double roomTemperature;
|
||||
size_t callCost;
|
||||
size_t callBudget;
|
||||
double callCost;
|
||||
double callBudget;
|
||||
} nn_computer;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user