This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
ck
/
XiuXianGame
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6e77d7ccbc
Branches
Tags
GameFrameBasci
master
XiuXianGame
/
Assets
/
Scripts
/
ThirdParty
/
NodeBasic
/
xNode-examples
/
Examples
/
LogicToy
/
ITimerTick.cs
ITimerTick.cs
104 B
Historique
Raw
1
2
3
4
5
namespace XNode.Examples.LogicToy {
public interface ITimerTick {
void Tick(float timeDelta);
}
}