Beispiel #1
0
 public new void FromBin(NetSocket.ByteArray bin)
 {
     base.FromBin(bin);
     //
     int e_result__;
     bin.Get_(out e_result__);
     e_result = (e_result_) e_result__;
     //
     bin.Get_(out charidx_created);
 }
Beispiel #2
0
                public new void FromBin(NetSocket.ByteArray bin)
                {
                    base.FromBin(bin);
                    //
                    int e_result__;

                    bin.Get_(out e_result__);
                    e_result = (e_result_)e_result__;
                    //
                    bin.Get_(out charidx_created);
                }
Beispiel #3
0
 public RepCreateCharacter()
 {
     header = kMSGIDX_REP_CREATE_CHARACTER;
     e_result = e_result_.E_FAILED_COMMONERROR;
     charidx_created = (UInt32)twp.app.unit.EUnitLimit.INVALID_CHARINDEX;
 }
Beispiel #4
0
 public RepCreateCharacter()
 {
     header          = kMSGIDX_REP_CREATE_CHARACTER;
     e_result        = e_result_.E_FAILED_COMMONERROR;
     charidx_created = (UInt32)twp.app.unit.EUnitLimit.INVALID_CHARINDEX;
 }