mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-26 14:31:48 +01:00
Maybe fix visor state issue.
This commit is contained in:
parent
3d421881f6
commit
8375abd6cb
4 changed files with 11 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ namespace Glamourer.Events;
|
|||
/// </list>
|
||||
/// </summary>
|
||||
public sealed class VisorStateChanged()
|
||||
: EventWrapperRef2<Model, bool, VisorStateChanged.Priority>(nameof(VisorStateChanged))
|
||||
: EventWrapperRef3<Model, bool, bool, VisorStateChanged.Priority>(nameof(VisorStateChanged))
|
||||
{
|
||||
public enum Priority
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue