Added Unity project files
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
|
||||
using UnityEngine;
|
||||
using VRC.Udon.Common.Interfaces;
|
||||
|
||||
namespace VRC.Udon
|
||||
{
|
||||
internal abstract class AbstractUdonBehaviourEventProxy : MonoBehaviour
|
||||
{
|
||||
public UdonBehaviour EventReceiver { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user