Skip to content

Commit 6972c2c

Browse files
committed
Add getTimers() to World.
1 parent 020c969 commit 6972c2c

File tree

1 file changed

+4
-0
lines changed
  • blade-engine/src/com/bladecoder/engine/model

1 file changed

+4
-0
lines changed

blade-engine/src/com/bladecoder/engine/model/World.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ private void init() {
177177

178178
initGame = true;
179179
}
180+
181+
public Timers getTimers() {
182+
return timers;
183+
}
180184

181185
public InkManager getInkManager() {
182186
// Lazy creation

0 commit comments

Comments
 (0)