Megacrafter127 Joined Jul 21, 2013 Messages 2,932 Reaction score 460 Nov 12, 2014 #21 Ithirahad said: Fish schemaBait = new Fish(code, delicious); // @schema , I summon you! Click to expand... Compiler error: "code" is undefined (l:1) Compiler error: "delicious" is undefined(l:1)
Ithirahad said: Fish schemaBait = new Fish(code, delicious); // @schema , I summon you! Click to expand... Compiler error: "code" is undefined (l:1) Compiler error: "delicious" is undefined(l:1)
Ithirahad Arana'Aethi Joined Nov 14, 2013 Messages 4,150 Reaction score 1,330 Nov 12, 2014 #22 Megacrafter127 said: Compiler error: "code" is undefined (l:1) Compiler error: "delicious" is undefined(l:1) Click to expand... *Sigh* How did I know that you'd do that. I suppose you're going to say that type 'Fish' is undefined/unknown too.
Megacrafter127 said: Compiler error: "code" is undefined (l:1) Compiler error: "delicious" is undefined(l:1) Click to expand... *Sigh* How did I know that you'd do that. I suppose you're going to say that type 'Fish' is undefined/unknown too.
Megacrafter127 Joined Jul 21, 2013 Messages 2,932 Reaction score 460 Nov 12, 2014 #23 Ithirahad said: *Sigh* How did I know that you'd do that. I suppose you're going to say that type 'Fish' is undefined/unknown too. Click to expand... Since types are normally defined in separate files, I can assume it exists.
Ithirahad said: *Sigh* How did I know that you'd do that. I suppose you're going to say that type 'Fish' is undefined/unknown too. Click to expand... Since types are normally defined in separate files, I can assume it exists.