Skip to content

Commit

Permalink
hidefromil2cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
XtraCube committed Sep 2, 2024
1 parent 51d08bb commit ae10917
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MiraAPI.Example/MiraDebugWindow.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
using Reactor.Utilities.Attributes;
using System;
using Il2CppInterop.Runtime.Attributes;
using Reactor.Utilities.Attributes;
using Reactor.Utilities.ImGui;
using System;
using UnityEngine;

namespace MiraAPI.Example;

[RegisterInIl2Cpp]
public class MiraDebugWindow(IntPtr cppPtr) : MonoBehaviour(cppPtr)
{
[HideFromIl2Cpp]
public DragWindow DebuggingWindow { get; } = new(
new Rect(10, 10, 0, 0),
"MIRA API DEBUGGING",
Expand Down

0 comments on commit ae10917

Please sign in to comment.