示例#1
0
 public static Offset <CsAccountLogin> CreateCsAccountLogin(FlatBufferBuilder builder,
                                                            long userID = 0)
 {
     builder.StartObject(1);
     CsAccountLogin.AddUserID(builder, userID);
     return(CsAccountLogin.EndCsAccountLogin(builder));
 }
示例#2
0
 public static CsAccountLogin GetRootAsCsAccountLogin(ByteBuffer _bb, CsAccountLogin obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }