This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
hexiaojie
/
Client
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
33709ea7c5
Ramuri
Etichete
GFG
douYou
douYouTap
ios_test
master
Client
/
GameClient
/
Assets
/
Game
/
HotUpdate
/
ETCodes
/
Model
/
App
/
Unit
/
PlayerComponent.cs
PlayerComponent.cs
107 B
Istoric
Crud
1
2
3
4
5
6
7
namespace ET
{
public class PlayerComponent : Entity, IAwake
{
public long MyId;
}
}