Package com.prineside.tdi2.systems
Class EnemySystem.DpsCounter
java.lang.Object
com.prineside.tdi2.systems.EnemySystem.DpsCounter
- All Implemented Interfaces:
 com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
 - EnemySystem
 
public static class EnemySystem.DpsCounter
extends Object
implements com.esotericsoftware.kryo.KryoSerializable
- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
damage
public double damage - 
timeAccumulator
public float timeAccumulator - 
maxDamage
public double maxDamage 
 - 
 - 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
 writein interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
 readin interfacecom.esotericsoftware.kryo.KryoSerializable
 
 -