ItemCraftTask does not contain a definition for EnqueueFixed
QuarryCraft - Failed to compile: QuarryCraft.cs(210,31): error CS1061: Type `System.Collections.Generic.LinkedList<ItemCraftTask>' does not contain a definition for `Enqueue' and no extension method `Enqueue' of type `System.Collections.Generic.LinkedList<ItemCraftTask>' could be found. Are you missing an assembly reference?
Getting the same thing
At line 207, modify “Enqueue” to ”AddLast“
Thanks that fixed it!
(21:36:40) | Error while compiling: QuarryCraft.cs(210,31): error CS1061: Type `System.Collections.Generic.LinkedList' does not contain a definition for `Enqueue' and no extension method `Enqueue' of type `System.Collections.Generic.LinkedList' could be found. Are you missing an assembly reference?
Fixed for the next update.
Locked automatically