Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolboy-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-21 16:57:13 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-21 16:57:13 +0300
commit4005701882a5f665f0163b145e464a11abb46e5f (patch)
treee37357925f8211be183923ace5635e47805d79ea
parentd8cd5b5333877f4d9bb83d3e188e34192564d1b4 (diff)
Usings
-rw-r--r--tools_sources/CoolboyCombiner/Program.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools_sources/CoolboyCombiner/Program.cs b/tools_sources/CoolboyCombiner/Program.cs
index 2944f5b..5558d40 100644
--- a/tools_sources/CoolboyCombiner/Program.cs
+++ b/tools_sources/CoolboyCombiner/Program.cs
@@ -7,6 +7,11 @@ using System.Text.Json.Serialization;
using System.Text.Json;
using System.Text;
using System.Net.Sockets;
+using System;
+using System.Collections.Generic;
+using System.IO;
+using System.Linq;
+using System.Threading;
namespace com.clusterrr.Famicom.CoolBoy
{