This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
ck
/
XiuXianGame
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
087c688767
Ramas
Etiquetas
GameFrameBasci
Google
Taptap
master
XiuXianGame
/
Assets
/
Scripts
/
Core
/
Event
/
Event
/
IEventData.cs
IEventData.cs
96 B
Histórico
Raw
1
2
3
4
5
6
7
namespace Fort23.Core
{
public interface IEventData
{
void Recycle();
}
}