Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonheart committed May 20, 2024
1 parent 6b40fab commit fc77562
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions skeleton/schema/config/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Lilia's configuration options.
This is meant to override Lilia's configuration options.
]]
-- @configurations Lilia

--- A list of available commands for use within the game.
-- Each command is represented by a table with fields defining its functionality.
-- @realm shared
Expand Down
1 change: 1 addition & 0 deletions skeleton/schema/factions/custom.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--- Attributes of the custom faction.
-- @faction Custom

--- A list of the current fields in the faction.
-- @realm shared
-- @table Configurations
Expand Down
1 change: 1 addition & 0 deletions skeleton/schema/factions/default.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--- Attributes of the default faction.
-- @faction Default

--- A list of the current fields in the faction.
-- @realm shared
-- @table Configurations
Expand Down
1 change: 1 addition & 0 deletions skeleton/schema/items/universalammo.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--- Structure of UniversalAmmunition Item.
-- @items UniversalAmmunition

--- This table defines the fields of the universal ammo item.
-- @table Configurations
-- @realm shared
Expand Down
1 change: 1 addition & 0 deletions skeleton/schema/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
This is meant to define the Schema's default information.
]]
-- @configurations Schema

--- A list of schema fields that define the gamemode you are making.
-- These options are defined by the 'SCHEMA' table.
-- @realm shared
Expand Down

0 comments on commit fc77562

Please sign in to comment.