Exemple #1
0
 public GRAvatar(muGRClient ctrl) : base(ctrl)
 {
     this._charInfo             = new Variant();
     this._charInfo["x"]        = 0;
     this._charInfo["y"]        = 0;
     this._charInfo["name"]     = "";
     this._charInfo["ani"]      = "idle";
     this._charInfo["ori"]      = 0;
     this._charInfo["loop"]     = false;
     this._charInfo["avatarid"] = "";
     this._charInfo["equip"]    = new Variant();
 }
Exemple #2
0
 public LGGRAvatarHero(muGRClient m) : base(m)
 {
 }
Exemple #3
0
 public LGGRAvatarMonster(muGRClient m) : base(m)
 {
 }
Exemple #4
0
 public LGGRAvatarMain(muGRClient m) : base(m)
 {
 }
Exemple #5
0
 public GrPlayerAvatar(muGRClient ctrl) : base(ctrl)
 {
 }
Exemple #6
0
 public LGGRCamera(muGRClient m) : base(m)
 {
 }
Exemple #7
0
 public GRUsrplayerAvatar(muGRClient ctrl) : base(ctrl)
 {
 }
 public LGGRAvatarOtherPlayer(muGRClient m) : base(m)
 {
 }
Exemple #9
0
 public GRHero(muGRClient ctrl) : base(ctrl)
 {
 }
 public sceneCtrlAvatarNpc(muGRClient m) : base(m)
 {
 }
 public LGGRMap(muGRClient m) : base(m)
 {
 }
 public GrMonsterAvatar(muGRClient ctrl) : base(ctrl)
 {
 }
Exemple #13
0
 public GRMap(muGRClient m)
     : base(m)
 {
     instance = this;
 }