This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
lisa.gasche
/
HoHCI-BikeSteering
sklonowany z
marcel.zickler/VRCycling
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Drzewo:
f395ac1e54
Gałęzie
Tagi
master
till_new_logger
HOHCI-Abgabe
HoHCI-BikeSt...
/
Library
/
PackageCache
/
com.unity.test-framework@1.1.16
/
UnityEngine.TestRunner
/
Utils
/
IPrebuildSceneSetup.cs
IPrebuildSceneSetup.cs
106 B
Historia
Czysty
1
2
3
4
5
6
7
namespace UnityEngine.TestTools
{
public interface IPrebuildSetup
{
void Setup();
}
}