コード例 #1
0
 public static Base.Face GetBaseFace(this NetDataReader reader)
 {
     return(new Base.Face {
         direction = (Base.Direction)reader.GetByte(),
         cell = reader.GetInt3()
     });
 }