mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
9 lines
No EOL
146 B
C#
9 lines
No EOL
146 B
C#
using System;
|
|
|
|
namespace UnityEditor.TestTools.TestRunner.TestRun
|
|
{
|
|
internal class TestRunCanceledException : Exception
|
|
{
|
|
|
|
}
|
|
} |