8 lines
74 B
JavaScript
8 lines
74 B
JavaScript
module.exports = {
|
|
begin(creep){
|
|
},
|
|
|
|
tick(creep){
|
|
|
|
}
|
|
} |