mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
14 lines
175 B
C#
14 lines
175 B
C#
using System;
|
|
using Xunit;
|
|
|
|
namespace Dalamud.Testing
|
|
{
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|