예제 #1
0
 public InventoryFolderBase findUserFolderForType(UUID userId, int type)
 {
     return(m_wrappedPlugin.findUserFolderForType(userId, type));
 }