bea2dce063
test
11 lines
186 B
C#
11 lines
186 B
C#
using System;
|
|
using NUnit.Framework;
|
|
|
|
namespace UnityEngine.TestTools
|
|
{
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class UnitySetUpAttribute : NUnitAttribute
|
|
{
|
|
}
|
|
}
|