add project files
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using OHM.UnityToolkit;
|
||||
|
||||
[Serializable]
|
||||
public class ItemOnPlayerElement
|
||||
{
|
||||
public bool none;
|
||||
|
||||
public bool canBeMultiItem;
|
||||
|
||||
public GameObject element;
|
||||
|
||||
public SkinnedMeshRenderer skinnedMeshRenderer;
|
||||
|
||||
public Mesh mesh;
|
||||
|
||||
public FX fxToPlay;
|
||||
|
||||
public float minRichLevel;
|
||||
|
||||
public float maxRichLevel;
|
||||
|
||||
public bool isActive;
|
||||
}
|
||||
Reference in New Issue
Block a user