Added Unity project files
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace VRC.SDK3.ClientSim
|
||||
{
|
||||
public abstract class ClientSimBehaviour : MonoBehaviour
|
||||
{
|
||||
protected virtual void Awake()
|
||||
{
|
||||
this.PreventComponentFromSaving();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user