佛山工厂量产随机快速复制

Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
2026-07-29 20:14:03 +08:00
parent c828389d0d
commit d662f2fa95
209 changed files with 179128 additions and 3709417 deletions

View File

@@ -8,9 +8,11 @@ namespace Ichni.Editor.Commands
public class CommandGroup : ICommand
{
private List<ICommand> commands = new List<ICommand>();
public int Count => commands.Count;
public void Add(ICommand cmd)
{
if (cmd == null) return;
commands.Add(cmd);
}