C# Class PlayerSave, Aegina

Inheritance: MonoBehaviour
Show file Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
PlayerSave ( GameObject go, string pathPlayer, bool isServer ) : System.Collections.Generic
Save ( ) : void

Method Details

PlayerSave() public method

public PlayerSave ( GameObject go, string pathPlayer, bool isServer ) : System.Collections.Generic
go GameObject
pathPlayer string
isServer bool
return System.Collections.Generic

Save() public method

public Save ( ) : void
return void