mindcraft/main.js

3 lines
73 B
JavaScript
Raw Normal View History

import { Agent } from './agent.js';
2023-08-15 23:39:02 -07:00
2023-11-15 11:38:17 -08:00
new Agent('andy', 'bots/andy.json');