Update
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Invector.vItemManager
|
||||
{
|
||||
[System.Serializable]
|
||||
public class vEquipProperties
|
||||
{
|
||||
public vItem targetItem;
|
||||
public GameObject sender;
|
||||
public Transform targetEquipPoint;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user