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