This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
hexiaojie
/
Client
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
f3a6ea1ea2
Atzari
Tagi
GFG
douYou
douYouTap
ios_test
master
Client
/
GameClient
/
Assets
/
Game
/
HotUpdate
/
ETCodes
/
Model
/
App
/
Unit
/
PlayerComponent.cs
PlayerComponent.cs
107 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
namespace ET
{
public class PlayerComponent : Entity, IAwake
{
public long MyId;
}
}