AssemblyCSharp.LocalGameStateStore.LocalGameStateStore C# (CSharp) Méthode

LocalGameStateStore() public méthode

public LocalGameStateStore ( string storageFile ) : System
storageFile string
Résultat System
        public LocalGameStateStore(string storageFile)
        {
            _storageFile = storageFile;

            FileHelper.CreateParentDirectoryForFile(storageFile);
        }