0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-09-13 18:20:30 +03:00

Examples and fixes

This commit is contained in:
bird_egop
2025-09-04 03:13:46 +03:00
parent f2bed4b141
commit be60d8d72f
7 changed files with 26 additions and 19 deletions

View File

@@ -17,6 +17,9 @@ public class VarsetExplorerPanel : IImGuiPanel
{
if (ImGui.Begin("VARSET Explorer"))
{
ImGui.Text(".var - это файл динамических настроек. Можно найти в MISSIONS/SCRIPTS/varset.var, а также внутри behpsp.res");
ImGui.Separator();
if (_viewModel.Items.Count == 0)
{
ImGui.Text("VARSET не загружен");