/*
 * The Node Object Class - A Class for Node Objects.
 *
 * The Node: the thingie which is hackable.  The shell around the egg.
 *
 */

corewars.Node = {};

corewars.Node = function() {
    
};

corewars.Node.init = function() {
};
