10 lines
173 B
C#
10 lines
173 B
C#
using UnityEngine;
|
|
|
|
[AddComponentMenu("")]
|
|
public class AmplifyColorTriggerProxyBase : MonoBehaviour
|
|
{
|
|
public Transform Reference;
|
|
|
|
public AmplifyColorBase OwnerEffect;
|
|
}
|