ABLC.SetHistoricalPatch.Postfix C# (CSharp) Метод

Postfix() публичный статический Метод

Harmony Postfix patch to update ABLC building info panel if the building's historical status changes.
public static Postfix ( ) : void
Результат void
        public static void Postfix()
        {
            if (BuildingPanelManager.Panel != null)
            {
                BuildingPanelManager.Panel.UpdatePanel();
            }
        }
    }
SetHistoricalPatch