Exemple #1
0
 private static void PrintMissileState(StringBuilder sb, string indention, MissileState missileState)
 {
     sb.AppendLine(indention + "[MissileState]");
     sb.AppendLine(indention + Indention + "[UnkFollowId: " + missileState.UnkFollowId + "]");
     sb.AppendLine(indention + Indention + "[UnkSourceId: " + missileState.UnkSourceId + "]");
     sb.AppendLine(indention + Indention + "[Unk01: " + missileState.Unk01 + "]");
     sb.AppendLine(indention + Indention + "[Unk02: " + missileState.Unk02 + "]");
     sb.AppendLine(indention + Indention + "[Unk03: " + missileState.Unk03 + "]");
 }
Exemple #2
0
 private static void PrintMissileState(StringBuilder sb, string indention, MissileState missileState)
 {
     sb.AppendLine(indention + "[MissileState]");
     sb.AppendLine(indention + Indention + "[UnkFollowId: " + missileState.UnkFollowId + "]");
     sb.AppendLine(indention + Indention + "[UnkSourceId: " + missileState.UnkSourceId + "]");
     sb.AppendLine(indention + Indention + "[Unk01: " + missileState.Unk01 + "]");
     sb.AppendLine(indention + Indention + "[Unk02: " + missileState.Unk02 + "]");
     sb.AppendLine(indention + Indention + "[Unk03: " + missileState.Unk03 + "]");
 }