コード例 #1
0
 public void Reset()
 {
     Step = JoinStep.None;
 }
コード例 #2
0
 public void Read(NetBuffer buffer)
 {
     Step = (JoinStep)buffer.ReadByte();
 }
コード例 #3
0
 public PlayerIntroduction(JoinStep step)
 {
     Step = step;
 }