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