Nested struct

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
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)

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
 
Status
Not open for further replies.
Top