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

Commit

Permalink
add empty Grind component to MapStation plugin dll to suppress confus…
Browse files Browse the repository at this point in the history
…ing BepInEx warnings
  • Loading branch information
cspotcode committed Dec 3, 2023
1 parent 6916d75 commit 5e3f853
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Winterland.MapStation.Plugin/StubComponents.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using UnityEngine;

/// Empty components at runtime so that BepInEx console does not log warnings
/// about missing components.
/// These components are Editor-only, implemented in the Mapping Toolkit.
/// Ideally, we should strip them from maps on save.

namespace Winterland.MapStation.Components {
public class Grind : MonoBehaviour {}
}

0 comments on commit 5e3f853

Please sign in to comment.