Class StateSystem.ActionUpdatePair

java.lang.Object
com.prineside.tdi2.systems.StateSystem.ActionUpdatePair
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
StateSystem

public static class StateSystem.ActionUpdatePair extends Object implements com.esotericsoftware.kryo.KryoSerializable
  • Field Details

    • action

      public Action action
    • update

      public int update
  • Constructor Details

    • ActionUpdatePair

      public ActionUpdatePair()
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable