2026-02-03 11:40:26 +09:00
|
|
|
using System;
|
2025-10-16 10:24:29 +09:00
|
|
|
|
|
|
|
|
namespace Simulator.Data
|
|
|
|
|
{
|
|
|
|
|
public class ComponentDataBase
|
|
|
|
|
{
|
2026-02-10 17:01:25 +09:00
|
|
|
public string name;
|
|
|
|
|
public string label;
|
2025-11-04 11:02:02 +09:00
|
|
|
public Physical physical;
|
2025-10-16 10:24:29 +09:00
|
|
|
}
|
|
|
|
|
}
|