From fc77562c39f8eaddb0d50ea006f6b9d2be6957cf Mon Sep 17 00:00:00 2001 From: Leonheart <33399712+bleonheart@users.noreply.github.com> Date: Mon, 20 May 2024 20:04:43 +0100 Subject: [PATCH] Spacing --- skeleton/schema/config/shared.lua | 1 + skeleton/schema/factions/custom.lua | 1 + skeleton/schema/factions/default.lua | 1 + skeleton/schema/items/universalammo.lua | 1 + skeleton/schema/schema.lua | 1 + 5 files changed, 5 insertions(+) diff --git a/skeleton/schema/config/shared.lua b/skeleton/schema/config/shared.lua index baca724..48baeae 100644 --- a/skeleton/schema/config/shared.lua +++ b/skeleton/schema/config/shared.lua @@ -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 diff --git a/skeleton/schema/factions/custom.lua b/skeleton/schema/factions/custom.lua index c42fd4c..a68845a 100644 --- a/skeleton/schema/factions/custom.lua +++ b/skeleton/schema/factions/custom.lua @@ -1,5 +1,6 @@ --- Attributes of the custom faction. -- @faction Custom + --- A list of the current fields in the faction. -- @realm shared -- @table Configurations diff --git a/skeleton/schema/factions/default.lua b/skeleton/schema/factions/default.lua index afc3524..e52b849 100644 --- a/skeleton/schema/factions/default.lua +++ b/skeleton/schema/factions/default.lua @@ -1,5 +1,6 @@ --- Attributes of the default faction. -- @faction Default + --- A list of the current fields in the faction. -- @realm shared -- @table Configurations diff --git a/skeleton/schema/items/universalammo.lua b/skeleton/schema/items/universalammo.lua index e4f362f..ce19ea7 100644 --- a/skeleton/schema/items/universalammo.lua +++ b/skeleton/schema/items/universalammo.lua @@ -1,5 +1,6 @@ --- Structure of UniversalAmmunition Item. -- @items UniversalAmmunition + --- This table defines the fields of the universal ammo item. -- @table Configurations -- @realm shared diff --git a/skeleton/schema/schema.lua b/skeleton/schema/schema.lua index 53619ae..f06017e 100644 --- a/skeleton/schema/schema.lua +++ b/skeleton/schema/schema.lua @@ -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