Table of Contents

Class CMSSaveSystem

Namespace
BlazerTech.CharacterManagement.Core
Assembly
Assembly-CSharp.dll
public static class CMSSaveSystem
Inheritance
CMSSaveSystem

Methods

LoadFileWholePath<T>(string)

public static T LoadFileWholePath<T>(string filePath) where T : class

Parameters

filePath string

Returns

T

Type Parameters

T

LoadFile<T>(string)

public static T LoadFile<T>(string filePath) where T : class

Parameters

filePath string

Returns

T

Type Parameters

T

LoadFilesInFolder<T>(string)

public static List<T> LoadFilesInFolder<T>(string folderPath) where T : class

Parameters

folderPath string

Returns

List<T>

Type Parameters

T

SaveFile<T>(string, string, T)

public static void SaveFile<T>(string filePath, string fileName, T objectToWrite)

Parameters

filePath string
fileName string
objectToWrite T

Type Parameters

T