AgentVerse's picture
first commit
670a607
raw
history blame contribute delete
147 Bytes
/*
1. Fill background tiles
*/
var Init = function () {
// TODO: assign symobls of board via callback
return this;
}
export default Init;