This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
GFG_New
/
ET9_WebGL_Base
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
5864e5b02d
Větve
Značky
WebGL
ET9_WebGL_Base
/
Unity
/
Assets
/
Scripts
/
Message
/
IMRegister.cs
IMRegister.cs
93 B
Historie
Surový
1
2
3
4
5
6
7
namespace Base
{
public interface IMRegister<in T>
{
void Register(T component);
}
}