mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
unknown fixes
This commit is contained in:
@ -254,9 +254,9 @@ public class MissionTmaExplorer : IImGuiPanel
|
||||
ImGui.SameLine();
|
||||
ImGui.Text(gameObjectInfo.OwningClanIndex.ToString());
|
||||
|
||||
ImGui.Text("Неизвестное число 3: ");
|
||||
ImGui.Text("Порядковый номер: ");
|
||||
ImGui.SameLine();
|
||||
ImGui.Text(gameObjectInfo.UnknownInt3.ToString());
|
||||
ImGui.Text(gameObjectInfo.Order.ToString());
|
||||
|
||||
ImGui.Text("Вектор позиции: ");
|
||||
ImGui.SameLine();
|
||||
|
Reference in New Issue
Block a user