zombie.network
Class DoorInteraction

java.lang.Object
  extended by zombie.network.DoorInteraction

public class DoorInteraction
extends java.lang.Object

Author:
LEMMY

Field Summary
 int CharacterID
           
 int interactionType
           
 int x
           
 int y
           
 int z
           
 
Constructor Summary
DoorInteraction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CharacterID

public int CharacterID

x

public int x

y

public int y

z

public int z

interactionType

public int interactionType
Constructor Detail

DoorInteraction

public DoorInteraction()