Exemplo n.º 1
0
 public byte[] ToRecipeData()
 {
     return(ByteArrayExtensions.Combine(BitConverter.GetBytes((int)CharacterCode), MoveData));
 }