This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
kimoji
/
ET
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
7be1d93f86
Ramos
Etiquetas
master
ET
/
Unity
/
Assets
/
Scripts
/
Core
/
Singleton
/
ISingletonAwake.cs
ISingletonAwake.cs
90 B
Histórico
Em bruto
1
2
3
4
5
6
7
namespace ET
{
public interface ISingletonAwake
{
void Awake();
}
}