public static void SendBookShelfToClient(Librarian.BookShelf BookShelf, GameObject ToWho) { BookShelf.UpdateBookShelf(); BookshelfNetMessage.Send(BookShelf, ToWho); }
public static void SendBookShelfToClient(Librarian.BookShelf BookShelf) { BookShelf.UpdateBookShelf(); BookshelfNetMessage.Send(BookShelf); }