Search Results for

    Show / Hide Table of Contents

    Interface ISavableGameService

    Namespace: RTSEngine.Save.Game.Service
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ISavableGameService : IGameService

    Properties

    SaveCode

    Declaration
    string SaveCode { get; }
    Property Value
    Type Description
    String

    Methods

    Load(String)

    Declaration
    void Load(string data)
    Parameters
    Type Name Description
    String data

    Save()

    Declaration
    string Save()
    Returns
    Type Description
    String
    In This Article
    Back to top Unity RTS Engine Documentation