mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-11 18:36:46 +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
|
|
{
|
|
}
|
|
}
|