This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
GFG_New
/
ET9_WebGL_Dev
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d2208d6cad
Rami (Branch)
Tag
Base
WebGL
ET9_WebGL_Dev
/
CSharp
/
Platform
/
Common
/
Event
/
IEvent.cs
IEvent.cs
106 B
Cronologia
Originale
1
2
3
4
5
6
7
namespace Common.Event
{
public interface IEvent
{
void Trigger(Env env);
}
}