Im used to working in libraries but I decided to go into a struct for a project but i keep getting this error
Line ### : Nested Struct
(first struct declaration)
how do i fix this
Line ### : Nested Struct
(first struct declaration)
JASS:
struct Structz
module onInit (error on this line)
private static method onInit takes nothing returns nothing
endmethod
endmodule
implement onInit
endstruct
how do i fix this