mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-10 18:06:38 +02:00
12 lines
183 B
C#
12 lines
183 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace wrapper_deps
|
|
{
|
|
public class Class1
|
|
{
|
|
}
|
|
}
|