- Added the missing Top Grunge portrait and intro theme. - Added In Jail and Video Music Clue sound effects.
13 lines
220 B
C#
13 lines
220 B
C#
|
|
using UdonSharp;
|
|
using UnityEngine;
|
|
using VRC.SDKBase;
|
|
using VRC.Udon;
|
|
|
|
|
|
[UdonBehaviourSyncMode(BehaviourSyncMode.None)]
|
|
public class FloorMapCountry : UdonSharpBehaviour
|
|
{
|
|
public FloorMapLocation[] Locations;
|
|
}
|