SD Card needs to be more than 4GB
Download the ISO here.
| using BepInEx; | |
| using BepInEx.Logging; | |
| using HarmonyLib; | |
| using UnityEngine; | |
| using System.Reflection; | |
| using Everhood; | |
| using BepInEx.Configuration; | |
| namespace AbsorbCooldown; |
| using System.Linq; | |
| using Everhood.Chart; | |
| using MultiScene; | |
| using TMPro; | |
| using UnityEngine; | |
| using UnityEngine.Events; | |
| using UnityEngine.UI; | |
| namespace Checkpoints | |
| { |
| using System; | |
| using System.Collections; | |
| using Everhood; | |
| using Everhood.Chart; | |
| using UnityEngine; | |
| using UnityEngine.Events; | |
| namespace NoteHelpers | |
| { |
| using Everhood.Chart; | |
| using ForeignGnomes.VisualScripting; | |
| using UnityEngine; | |
| namespace ClassLibrary | |
| { | |
| public class ChartHelper : MonoBehaviour | |
| { | |
| private bool isSpeeding = false; |
SD Card needs to be more than 4GB
Download the ISO here.
I hereby claim:
To claim this, I am signing this object:
| target = int(input()) | |
| # Pull the list from input, split by ", " character, and convert to integers | |
| pair_list = list(map(int, input().split(", "))) | |
| # Create a set (all unique elements from the list) | |
| pair_set = set(pair_list) | |
| results = [] | |
| for item1 in pair_set: |