1
This commit is contained in:
parent
e0d12e680f
commit
d7e26432d8
@ -8,7 +8,16 @@ namespace cfclient.Objects
|
||||
{
|
||||
class Actor : WorldObject
|
||||
{
|
||||
// private
|
||||
private int netHeroId;
|
||||
private Mt.Hero heroMeta;
|
||||
|
||||
public Mt.Hero HeroMeta
|
||||
{
|
||||
get {
|
||||
return heroMeta;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ namespace cfclient.Objects
|
||||
{
|
||||
class WorldObject
|
||||
{
|
||||
private int uniid;
|
||||
private int netUniId;
|
||||
private Vector3 serverPos = new Vector3();
|
||||
private GameObject gameObject;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user