add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public class saveInfo
|
||||
{
|
||||
public string Name;
|
||||
|
||||
public bool saveInfoEnabled = true;
|
||||
|
||||
public bool loadInfoEnabled = true;
|
||||
|
||||
public string saveFileName;
|
||||
|
||||
public bool showDebugInfo;
|
||||
|
||||
public saveGameInfo mainSaveGameInfo;
|
||||
}
|
||||
Reference in New Issue
Block a user