Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.CacheClient.SaveModTeam

Jackson Wood edited this page Feb 20, 2019 · 4 revisions

CacheClient.SaveModTeam

public static bool SaveModTeam(int modId, List<ModTeamMember> modTeam);

Parameters

Name Description
modId
modTeam

Returns

bool: Result of the function calculations

Description

Stores a mod team's data in the cache.

Clone this wiki locally