public void Reset() { Step = JoinStep.None; }
public void Read(NetBuffer buffer) { Step = (JoinStep)buffer.ReadByte(); }
public PlayerIntroduction(JoinStep step) { Step = step; }