Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Document __connectorType(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkxs committed Oct 18, 2021
1 parent e158be0 commit 15f0bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NeosModLoader/ExecutionHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ namespace NeosModLoader
class ExecutionHook
{
#pragma warning disable CS0169
// field must exist due to reflective access
private static Type __connectorType;
private static Type __connectorTypes;
// fields must exist due to reflective access
private static Type __connectorType; // needed in all Neos versions
private static Type __connectorTypes; // needed in Neos 2021.10.17.1326 and later
#pragma warning restore CS0169

static ExecutionHook()
Expand Down

0 comments on commit 15f0bf0

Please sign in to comment.