add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu (fileName = "Stats Settings Template", menuName = "GKC/Create Stats Template", order = 51)]
|
||||
public class statsSettingsTemplate : ScriptableObject
|
||||
{
|
||||
public int characterTemplateID = 0;
|
||||
public List<playerStatsSystem.statTemplateInfo> statTemplateInfoList = new List<playerStatsSystem.statTemplateInfo> ();
|
||||
}
|
||||
Reference in New Issue
Block a user