2026-04-22 11:13:16 +08:00
|
|
|
using SGModule.ConfigLoader;
|
2026-04-22 09:52:55 +08:00
|
|
|
|
2026-04-27 11:20:13 +08:00
|
|
|
namespace RedHotRoast {
|
2026-04-22 11:13:16 +08:00
|
|
|
[ConfigKey("turntable")]
|
|
|
|
|
public class Turntable {
|
2026-04-22 09:52:55 +08:00
|
|
|
public int id;
|
|
|
|
|
public int Seq;
|
|
|
|
|
public int wheel_item;
|
|
|
|
|
public float quantity;
|
|
|
|
|
public int weight;
|
|
|
|
|
public int[] Boost;
|
|
|
|
|
public int[] weight2;
|
|
|
|
|
}
|
2026-04-22 11:13:16 +08:00
|
|
|
}
|