You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
311 B
C#

4 years ago
using System;
using UnityEngine;
// Token: 0x02000007 RID: 7
public class SaveLoadSample : MonoBehaviour
{
// Token: 0x0600000E RID: 14 RVA: 0x00002228 File Offset: 0x00000428
private void Start()
{
}
// Token: 0x0600000F RID: 15 RVA: 0x0000222C File Offset: 0x0000042C
private void Update()
{
}
}