index
:
archive/Project-Sandbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
Alee
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Library
/
PackageCache
/
com.unity.test-framework@1.1.11
/
UnityEngine.TestRunner
/
Utils
/
IPrebuildSceneSetup.cs
blob: c480fbfdc255e1c4c3114d2f833e7c163166d037 (
plain
) (
blame
)
1
2
3
4
5
6
7
namespace
UnityEngine.TestTools
{
public
interface
IPrebuildSetup
{
void
Setup
();
}
}