Skip to content

Commit

Permalink
Add missing field and trait to Deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusesp authored and exaV committed Apr 10, 2020
1 parent 35a6fa4 commit 482964c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/screeps/api/Deposit.kt
@@ -1,5 +1,6 @@
package screeps.api

abstract external class Deposit : RoomObjectNotNull, Decaying, Harvestable, Identifiable {
abstract external class Deposit : RoomObjectNotNull, Decaying, WithCooldown, Harvestable, Identifiable {
val lastCooldown: Int
val depositType: DepositResourceConstant
}

0 comments on commit 482964c

Please sign in to comment.