mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
corrected comments and formatting to reflect Glamourer's main branch.
This commit is contained in:
parent
e1a41b5f3c
commit
8b609e5f05
9 changed files with 64 additions and 84 deletions
|
|
@ -1,7 +1,5 @@
|
|||
using OtterGui.Classes;
|
||||
using Penumbra.GameData.Enums;
|
||||
using Penumbra.GameData.Interop;
|
||||
using Penumbra.GameData.Structs;
|
||||
|
||||
namespace Glamourer.Events;
|
||||
|
||||
|
|
@ -9,7 +7,7 @@ namespace Glamourer.Events;
|
|||
/// Triggers when the equipped gearset finished running all of its LoadEquipment, LoadWeapon, and crest calls.
|
||||
/// This defines a universal endpoint of base game state application to monitor.
|
||||
/// <list type="number">
|
||||
/// <item>The model drawobject associated with the finished load (should always be ClientPlayer) </item>
|
||||
/// <item>The model drawobject associated with the finished load (Also fired by other players on render) </item>
|
||||
/// </list>
|
||||
/// </summary>
|
||||
public sealed class GearsetDataLoaded()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue