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;
|
||||
|
||||
[CreateAssetMenu (fileName = "Melee Weapon Attack Info Template", menuName = "GKC/Create Melee Weapon Attack Info Template", order = 51)]
|
||||
public class meleeWeaponAttackInfo : ScriptableObject
|
||||
{
|
||||
public string Name;
|
||||
public int ID = 0;
|
||||
|
||||
public meleeWeaponInfo mainMeleeWeaponInfo;
|
||||
}
|
||||
Reference in New Issue
Block a user