Exemplo n.º 1
0
 public void Reset()
 {
     Step = JoinStep.None;
 }
Exemplo n.º 2
0
 public void Read(NetBuffer buffer)
 {
     Step = (JoinStep)buffer.ReadByte();
 }
Exemplo n.º 3
0
 public PlayerIntroduction(JoinStep step)
 {
     Step = step;
 }