com.threerings.parlor.tourney.data
Class TourneyLogicData

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.parlor.tourney.data.TourneyLogicData
All Implemented Interfaces:
Streamable

public class TourneyLogicData
extends SimpleStreamableObject

Contains TourneyLogic runtime data that should be persisted.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Constructor Summary
TourneyLogicData()
           
 
Method Summary
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TourneyLogicData

public TourneyLogicData()