add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public class playerPrefsCustomInfo
|
||||
{
|
||||
public string Name;
|
||||
public bool valueIsFloat;
|
||||
public float floatValue;
|
||||
public bool boolValue;
|
||||
}
|
||||
Reference in New Issue
Block a user