This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
hexiaojie
/
Client
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
d1cc28ef57
Grenar
Taggar
GFG
douYou
douYouTap
ios_test
master
Client
/
GameClient
/
Assets
/
Game
/
HotUpdate
/
ETCodes
/
Model
/
App
/
Unit
/
PlayerComponent.cs
PlayerComponent.cs
107 B
Historik
Rå
1
2
3
4
5
6
7
namespace ET
{
public class PlayerComponent : Entity, IAwake
{
public long MyId;
}
}