Exemple #1
0
 private static void PrintMushroomState(StringBuilder sb, string indention, MushroomState mushroomState)
 {
     sb.AppendLine(indention + "[MushroomState]");
     sb.AppendLine(indention + Indention + "[Unk01: " + mushroomState.Unk01 + "]");
     sb.AppendLine(indention + Indention + "[Unk02: " + mushroomState.Unk02 + "]");
     sb.AppendLine(indention + Indention + "[Unk03: " + mushroomState.Unk03 + "]");
     sb.AppendLine(indention + Indention + "[Unk04: " + mushroomState.Unk04 + "]");
 }
Exemple #2
0
 private static void PrintMushroomState(StringBuilder sb, string indention, MushroomState mushroomState)
 {
     sb.AppendLine(indention + "[MushroomState]");
     sb.AppendLine(indention + Indention + "[Unk01: " + mushroomState.Unk01 + "]");
     sb.AppendLine(indention + Indention + "[Unk02: " + mushroomState.Unk02 + "]");
     sb.AppendLine(indention + Indention + "[Unk03: " + mushroomState.Unk03 + "]");
     sb.AppendLine(indention + Indention + "[Unk04: " + mushroomState.Unk04 + "]");
 }