private static void PrintWarpState(StringBuilder sb, string indention, WarpState warpState) { sb.AppendLine(indention + "[WarpState]"); sb.AppendLine(indention + Indention + "[Location: " + warpState.Location + "]"); sb.AppendLine(indention + Indention + "[OwnerId: " + warpState.OwnerId + "]"); sb.AppendLine(indention + Indention + "[FollowId: " + warpState.FollowId + "]"); sb.AppendLine(indention + Indention + "[EffectStamp: " + warpState.EffectStamp + "]"); sb.AppendLine(indention + Indention + "[Unk01: " + warpState.Unk01 + "]"); }