Currently like on episode 19 I think. Looking through the SVN half of makes sence know
I will try to explain bits and pieces, anybody who know java well can you please tell me if I am right or wrong?
Creates an Object that is private, aka only accessible by that class. The first part is a comment./** THE CORE */
private static Core core;
A public, meaning an object that anything can access that object, and the LogManager is it's name, and log is what it can also be called.
/** log manager */
public LogManager log;
I think I am right on most of that, please correct me though for learning purposes.
Anybody who isn't learning java, it pretty epic