1
0
Fork 0

Remove random comment

master
Liza 2023-10-06 09:35:07 +02:00
parent 3c3d144158
commit 4f8d5e99cd
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 0 additions and 7 deletions

View File

@ -61,12 +61,5 @@ internal sealed class WorkshopCache
});
}
/*
/waitaddon "CompanyCraftRecipeNoteBook" <maxwait.30>
/pcall CompanyCraftRecipeNoteBook false 2 0 1u 16u 548u 1505u 715u 0
/wait 0.3
/pcall CompanyCraftRecipeNoteBook false 1 0 0 0 548u 0 0 0
*/
public IReadOnlyList<WorkshopCraft> Crafts { get; private set; } = new List<WorkshopCraft>();
}