Skip to content

Commit

Permalink
Add Creep.pull (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbrewer396 committed Apr 19, 2021
1 parent d66852d commit 61dce42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/screeps/api/Creep.kt
Expand Up @@ -20,6 +20,7 @@ abstract external class Creep : GenericCreep {
fun harvest(target: Source): ScreepsReturnCode
fun harvest(target: Mineral): ScreepsReturnCode
fun heal(target: GenericCreep): ScreepsReturnCode
fun pull(target: GenericCreep): ScreepsReturnCode
fun rangedAttack(target: Attackable): ScreepsReturnCode
fun rangedHeal(target: GenericCreep): ScreepsReturnCode
fun rangedMassAttack(): ScreepsReturnCode
Expand Down

0 comments on commit 61dce42

Please sign in to comment.