Skip to content

Commit

Permalink
Update JannieReplacer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokaiinum authored May 29, 2019
1 parent 96fb934 commit cb1f8d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions JannieReplacer/JannieReplacer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using KKAPI.Utilities;
using Logger = BepInEx.Logger;
using BepInEx.Logging;
using UniRx;
using UnityEngine.UI;
using System;

namespace JannieReplacer {
Expand All @@ -22,7 +20,7 @@ public class JannieReplacer : BaseUnityPlugin {
public const string Version = "1.1";


public const string FileExtension = ".png";
public const string FileExtension = ".png";
public const string Filter = "Koikatu cards (*.png)|*.png|All files|*.*";


Expand Down

0 comments on commit cb1f8d3

Please sign in to comment.