This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
mojito
/
StarEscort
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
b25e055268
Dallar
Biçim İmleri
master
StarEscort
/
Unity
/
Assets
/
Scripts
/
Core
/
Singleton
/
ISingletonLateUpdate.cs
ISingletonLateUpdate.cs
100 B
Geçmiş
Ham
1
2
3
4
5
6
7
namespace ET
{
public interface ISingletonLateUpdate
{
void LateUpdate();
}
}