This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ChivaTech
/
ChivaFrameWork
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
fd4fdc416d
Rami (Branch)
Tag
develop
master
ChivaFrameWork
/
Framework
/
Scripts
/
Proxys
/
ProxyBase
/
Interface
/
IProxy.cs
IProxy.cs
94 B
Cronologia
Originale
1
2
3
4
5
6
public interface IProxy
{
void OnRegister();
void OnRemove();
}