示例#1
0
 private static void PrintFormationState(StringBuilder sb, string indention, FormationState formationState)
 {
     sb.AppendLine(indention + "[FormationState]");
     sb.AppendLine(indention + Indention + "[Unk01: " + formationState.Unk01 + "]");
     sb.AppendLine(indention + Indention + "[Unk02: " + formationState.Unk02 + "]");
     sb.AppendLine(indention + Indention + "[Unk03: " + formationState.Unk03 + "]");
 }
示例#2
0
 private static void PrintFormationState(StringBuilder sb, string indention, FormationState formationState)
 {
     sb.AppendLine(indention + "[FormationState]");
     sb.AppendLine(indention + Indention + "[Unk01: " + formationState.Unk01 + "]");
     sb.AppendLine(indention + Indention + "[Unk02: " + formationState.Unk02 + "]");
     sb.AppendLine(indention + Indention + "[Unk03: " + formationState.Unk03 + "]");
 }