Skip to content

Commit

Permalink
Use a #region
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Nov 6, 2024
1 parent de5ece0 commit 634ba89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions units/UAL0001/UAL0001_script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ UAL0001 = ClassUnit(ACUUnit) {
end,


--================================================================================================================
-- Enhancements
---------------------------------------------------------------------------
--#region Enhancements

---@param self UAL0001
---@param bp UnitBlueprintEnhancement
Expand Down Expand Up @@ -375,6 +375,8 @@ UAL0001 = ClassUnit(ACUUnit) {
self:SetEnergyMaintenanceConsumptionOverride(bp.MaintenanceConsumptionPerSecondEnergy or 0)
self:SetMaintenanceConsumptionActive()
end

--#endregion
}

TypeClass = UAL0001

0 comments on commit 634ba89

Please sign in to comment.