Files
FueraDeEscala/Assets/Game Kit Controller/Scripts/Save System/saveGameSlot.cs

8 lines
141 B
C#
Raw Normal View History

using UnityEngine;
using System.Collections;
public class saveGameSlot : MonoBehaviour
{
public saveGameSystem.buttonInfo buttonInfo;
}