Initial commit
This commit is contained in:
11
Assets/Scripts/Empty Scripts/GhostTunnelIndicator.cs
Normal file
11
Assets/Scripts/Empty Scripts/GhostTunnelIndicator.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Marro.PacManUdon
|
||||
{
|
||||
using UdonSharp;
|
||||
using UnityEngine;
|
||||
using VRC.SDKBase;
|
||||
using VRC.Udon;
|
||||
|
||||
public class GhostTunnelIndicator : UdonSharpBehaviour
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user