Beispiel #1
0
 public static BaseObject Create(uint groupId, uint typeId, int classId)
 {
     return(NetClassRep.Create(groupId, typeId, classId));
 }
Beispiel #2
0
 public static BaseObject Create(string className)
 {
     return(NetClassRep.Create(className));
 }