This commit is contained in:
2026-02-10 17:01:25 +09:00
parent 779e72002e
commit 3d8d75f0b6
368 changed files with 18489 additions and 2732 deletions

View File

@@ -7,8 +7,6 @@ namespace Simulator.Data
[Serializable]
public class QueueDataClass:ComponentDataBase
{
public string name;
public string label;
public int capacity;
public bool is_unlimited;
public string queue_type;