示例#1
0
 public static bool deleteSnsObject(ulong objectID, bool bChangeNow = true)
 {
     SnsAsyncMgr.delete(objectID, bChangeNow ? 0 : 1);
     return(true);
 }
示例#2
0
 public static bool deleteComment(ulong objectID, int delCommentId, bool bChangeNow = true)
 {
     SnsAsyncMgr.delComment(objectID, delCommentId, bChangeNow ? 0 : 1);
     return(true);
 }