add ckg
plantilla base para movimiento básico
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu (fileName = "Dialog Content Template", menuName = "GKC/Create Dialog Content Template", order = 51)]
|
||||
public class dialogContentTemplate : ScriptableObject
|
||||
{
|
||||
public string Name;
|
||||
public int ID = 0;
|
||||
|
||||
[Space]
|
||||
|
||||
public List<completeDialogInfoTemplate> completeDialogInfoTemplateList = new List<completeDialogInfoTemplate> ();
|
||||
}
|
||||
Reference in New Issue
Block a user