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

Commit

Permalink
Update ChatTool.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoice committed Jun 29, 2024
1 parent 247ef73 commit 21f2aa6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ChatTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using BepInEx.Unity.IL2CPP;
using UnityEngine.SceneManagement;
using System;
using UnityEngine;
using UnityEngine.Analytics;
using System.Collections.Generic;
using BepInEx.Configuration;
using HarmonyLib;
Expand All @@ -15,9 +13,6 @@ namespace ChatTool;
public partial class ChatTool : BasePlugin
{
public Harmony Harmony { get; } = new(Id);
public static string malumVersion = "2.4.0";
public static List<string> supportedAU = new List<string> { "2024.6.18" };
public static ConfigEntry<bool> noTelemetry;

public override void Load()
{
Expand Down

0 comments on commit 21f2aa6

Please sign in to comment.